/gotopos | /gotocoords
#10

Quote:
Originally Posted by Unte99
Посмотреть сообщение
Put this in your gamemode and see if using the command as /coordinates 0 0 0 works:

pawn Код:
CMD:coordinates(playerid, params[])
{
    new Float:x,Float:y,Float:z;
    if(!sscanf(params, "fff",x,y,z))
    SetPlayerPos(playerid, x,y,z);
    return 1;
}
Yes... Try with 0,0,0
Reply


Messages In This Thread
/gotopos | /gotocoords - by iKevin - 01.01.2016, 18:02
Re: /gotopos | /gotocoords - by Crystallize - 01.01.2016, 18:21
Re: /gotopos | /gotocoords - by saffierr - 01.01.2016, 18:32
Re: /gotopos | /gotocoords - by iKevin - 01.01.2016, 19:06
Re: /gotopos | /gotocoords - by Crystallize - 01.01.2016, 19:39
Re: /gotopos | /gotocoords - by iKevin - 01.01.2016, 23:05
Re: /gotopos | /gotocoords - by ThomasEvil - 27.03.2017, 20:28
Re: /gotopos | /gotocoords - by Dayrion - 27.03.2017, 21:15
Re: /gotopos | /gotocoords - by Unte99 - 27.03.2017, 21:46
Re: /gotopos | /gotocoords - by Dayrion - 27.03.2017, 21:48

Forum Jump:


Users browsing this thread: 1 Guest(s)