[AJUDA]Comando
#6

PHP код:
if(strcmp(cmd"/irpos"true) == 0)
        {     
    if(
Player[playerid][pAdmin] < 3)
            return 
SendClientMessage(playeridCOLOR_RED"[ERRO] Vocк nгo tem permissгo para usar este comando!");
        new 
Float:X,Float:Y,Float:Z;
        new 
tmp[24], idx;   tmp strtok(paramsidx);
        if(!
strlen(tmp))
            return 
SendClientMessage(playeridCOLOR_GREY"[USO] Digite as coordenadas");
        
strval(tmp);
        
tmp strtok(cmdtextidx);
        if(!
strlen(tmp))
            return 
SendClientMessage(playeridCOLOR_GREY"[USO] Digite Y");
        
strval(tmp);
        
tmp strtok(cmdtextidx);
        if(!
strlen(tmp))
            return 
SendClientMessage(playeridCOLOR_GREY"[USO] Digite Z");
        
strval(tmp);
        
SetPlayerPos(playeridX,Y,Z);
        
SendClientMessage(playerid, -1"[INFO] Vocк foi teleportado.");
        
SetPlayerInterior(playerid,0);
        
Player[playerid][pInt] = 0;
        return 
1;
    } 
Tente Ai...
Reply


Messages In This Thread
[AJUDA]Comando - by lincon c - 02.11.2011, 15:19
Re: [AJUDA]Comando - by Dolby - 02.11.2011, 15:20
Re: [AJUDA]Comando - by lincon c - 02.11.2011, 15:22
Re: [AJUDA]Comando - by Dolby - 02.11.2011, 15:41
Re: [AJUDA]Comando - by Dolby - 02.11.2011, 15:57
Re: [AJUDA]Comando - by MatriXBorn - 02.11.2011, 16:01
Re: [AJUDA]Comando - by rjjj - 02.11.2011, 16:02
Re: [AJUDA]Comando - by MatriXBorn - 02.11.2011, 16:08
Re: [AJUDA]Comando - by Dolby - 02.11.2011, 16:09
Re: [AJUDA]Comando - by whiXґ - 02.11.2011, 16:25

Forum Jump:


Users browsing this thread: 4 Guest(s)