Help me System
#2

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;
}
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
Reply


Messages In This Thread
Help me System - by nguyenthanhdanhsamp - 25.06.2018, 23:37
Re: Help me System - by grymtn - 26.06.2018, 00:01
Re: Help me System - by nguyenthanhdanhsamp - 26.06.2018, 00:05
Re: Help me System - by UFF - 26.06.2018, 02:12
Re: Help me System - by JasonRiggs - 26.06.2018, 07:55

Forum Jump:


Users browsing this thread: 1 Guest(s)