mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-19 13:02:02 +02:00
fix
This commit is contained in:
@@ -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:
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user