mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 16:30:33 +00:00
more script stuff
This commit is contained in:
parent
e3291b0cb1
commit
b587d835e8
11 changed files with 84 additions and 16 deletions
|
@ -160,7 +160,8 @@
|
|||
X("subplatform_sub", MI_SUBPLATFORM_SUB2, 0x5F5BC0) \
|
||||
X("files", MI_FILES, 0x5F5BC4) \
|
||||
X("property_locked", MI_PICKUP_PROPERTY, 0x0) \
|
||||
X("property_fsale", MI_PICKUP_PROPERTY_FORSALE, 0x0)
|
||||
X("property_fsale", MI_PICKUP_PROPERTY_FORSALE, 0x0) \
|
||||
X("clothesp", MI_PICKUP_CLOTHES, 0x0)
|
||||
|
||||
#define X(name, var, addr) extern int16 var;
|
||||
MODELINDICES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue