23.03.2010, 12:40
instead of 0 0 0 everywhere maybe use floats?
new Float
, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
AttachObject(......... , x, y, z+ or -)
new Float
, Float:y, Float:z;GetPlayerPos(playerid, x, y, z);
AttachObject(......... , x, y, z+ or -)

