I need a command
#2

Hello!

PHP код:
CMD:gotopos(playerid,params[])
{
    new 
Float:x,Float:y,Float:z;
    if(
sscanf(params,"fff",x,y,z))return SendClientMessage(playerid,-1,"Use: /gotopos [X] [Y] [Z]");
    
SetPlayerPos(playerid,x,y,z);
    return 
1;

Is this what you want?
Reply


Messages In This Thread
I need a command - by s3ek - 27.07.2015, 19:22
AW: I need a command - by Mencent - 27.07.2015, 19:24
Re: I need a command - by TenTen - 27.07.2015, 19:25
Re: I need a command - by s3ek - 27.07.2015, 20:00

Forum Jump:


Users browsing this thread: 1 Guest(s)