mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 06:54:08 +00:00
fix
This commit is contained in:
parent
ca4c7d9a4b
commit
7174dffebc
1 changed files with 1 additions and 0 deletions
|
@ -1237,6 +1237,7 @@ int8 CRunningScript::ProcessCommandsFrom0To99(int32 command)
|
||||||
pos = CWorld::Players[ScriptParams[0]].m_pPed->GetPosition();
|
pos = CWorld::Players[ScriptParams[0]].m_pPed->GetPosition();
|
||||||
*(CVector*)&ScriptParams[0] = pos;
|
*(CVector*)&ScriptParams[0] = pos;
|
||||||
StoreParameters(&m_nIp, 3);
|
StoreParameters(&m_nIp, 3);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
case COMMAND_SET_PLAYER_COORDINATES:
|
case COMMAND_SET_PLAYER_COORDINATES:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue