mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-08 01:04:09 +00:00
some more script
This commit is contained in:
parent
b4b4c996ba
commit
ad745aae63
5 changed files with 13 additions and 11 deletions
|
@ -573,7 +573,9 @@ int8 CRunningScript::ProcessCommands1500To1599(int32 command)
|
|||
CollectParameters(&m_nIp, 1);
|
||||
// CPed::UnloadNonStandardPedAnim(SET_INTEGER_PARAM(0));
|
||||
return 0;
|
||||
//case COMMAND_1566:
|
||||
case COMMAND_1566:
|
||||
CollectParameters(&m_nIp, 1);
|
||||
return 0;
|
||||
case COMMAND_BUILD_WORLD_GEOMETRY:
|
||||
CollectParameters(&m_nIp, 1);
|
||||
if (/*gBuildWorldGeom*/ false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue