04.12.2010, 16:10
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:
Thanks for every help
( if any will ever be )
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));
( if any will ever be )