I need a command
#1

I need a command where i can put like

PHP код:
/gotopos xcoordycoordzcoord,  
/
gotopos -2459.11, -984.8990.58 
Reply
#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
#3

i don't understand please Explain more
Reply
#4

+Rep to Mencent
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)