09.11.2012, 05:01
nothing is different when using dynamic object put most player use streamers for more places,
the codes are the same differance is in name of the code not the code itself
HOPE I HELP U ++
https://sampwiki.blast.hk/wiki/CreateObject
https://sampwiki.blast.hk/wiki/MoveObject
the codes are the same differance is in name of the code not the code itself
HOPE I HELP U ++
https://sampwiki.blast.hk/wiki/CreateObject
https://sampwiki.blast.hk/wiki/MoveObject
pawn Код:
new object;
//this is where u want the object to be
object = createobject(//code here);
//or
object = createdynamicobject(//code here);
//next
//this is where u want to move the object to, get the position of it on the ground and put it there :/
moveobject();
//or
movedynamicobject();