Object edit prob
#1

.....
Reply
#2

How about telling us what the problem is.
Reply
#3

Removed.
Reply
#4

Anyone?
Reply
#5

Bump
Reply
#6

The reason why other players don't see the object to move, it's this variable:
Quote:

EditDynamicObject(playerid, PlayerObject[playerid][objectid]);

Use a global variable, like "g_ObjectID = some value":
Код:
EditDynamicObject(playerid, g_ObjectID);
PS> Replace "PlayerObject[playerid][objectid]" with "g_ObjectID"
Reply
#7

Removed.
Reply
#8

Removed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)