27.11.2012, 12:15
But use x + 2, because the object will spawn direct in the position where you are.
pawn Код:
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
CreatePickup(1550, 2, X + 2, Y, Z);