19.09.2012, 20:04
The object should be created like this :
to be edited, or it could be created like this :
?
because I tried that and it won't work...
pawn Код:
new object = CreateObject(...);
EditObject(playerid, object);
pawn Код:
CreateObject(...);
EditObject(playerid, other variable here which is the objectid);
because I tried that and it won't work...