26.06.2018, 00:01
Get your positions from this.
You can look here for your pickups:
https://sampwiki.blast.hk/wiki/CreatePickup
You can look here for what will happen after players enter a pickup:
https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup
Код:
CMD:showmecoordinate { new Float:x,Float:y,Float:z,mypos[70]; GetPlayerPos(playerid,x,y,z); format(mypos,sizeof(mypos),"My X: %f. My Y: %f. My Z: %f",x,y,z); SendClientMessage(playerid,-1,mypos); return 1; }
https://sampwiki.blast.hk/wiki/CreatePickup
You can look here for what will happen after players enter a pickup:
https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup