26.06.2018, 00:05
Quote:
Get your positions from this.
Код:
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 |