Help me /go cmd
#2

To this
PHP код:
CMD:go(playeridparams[])
{
    new 
Float:posxFloat:posyFloat:posz;
    if(
sscanf(params"fff"posxposyposz)) return SCM(playerid, -1"USAGE:/go[floatx,floaty,floatz].");
    
SetPlayerPos(playerid,posxposyposz);
    
SCM(playerid, -1"You Have Been Send To Your Choosen Location.");
    return 
1;

Reply


Messages In This Thread
Help me /go cmd - by Osamakurdi - 01.01.2018, 14:11
Re: Help me /go cmd - by JesterlJoker - 01.01.2018, 14:14
Re: Help me /go cmd - by Osamakurdi - 01.01.2018, 14:18
Re: Help me /go cmd - by RogueDrifter - 01.01.2018, 14:20
Re: Help me /go cmd - by Osamakurdi - 01.01.2018, 14:21

Forum Jump:


Users browsing this thread: 1 Guest(s)