06.04.2013, 19:11
The reason why other players don't see the object to move, it's this variable:
Use a global variable, like "g_ObjectID = some value":
PS> Replace "PlayerObject[playerid][objectid]" with "g_ObjectID"
Quote:
|
EditDynamicObject(playerid, PlayerObject[playerid][objectid]); |
Код:
EditDynamicObject(playerid, g_ObjectID);

