SA-MP Forums Archive
Please help - objects - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Please help - objects (/showthread.php?tid=196062)



Please help - objects - papedo - 04.12.2010

hi pawners,

I have a problem with the player objects. Object disappears (for 100 miliseconds) and appear again. Do you have this problem too?
code:
Код:
new str[118];
format(str,118,"Object_%d",obj);
SetPVarInt(playerid, str, CreatePlayerObject(playerid,GetGVarInt("Object_model",obj), GetGVarFloat("Object_x",obj), GetGVarFloat("Object_y",obj), GetGVarFloat("Object_z",obj), GetGVarFloat("Object_rx",obj), GetGVarFloat("Object_ry",obj), GetGVarFloat("Object_rz",obj), 300));
Thanks for every help

( if any will ever be )