[Pedido] Ir em tal coordenada.
#10

Quote:
Originally Posted by Powers
Посмотреть сообщение
Se vocк usa strcmp

PHP код:
    if(strcmp(cmd,"/setpos",true)==&& PlayerInfo[playerid][pAdmin] == 10)
    {
        new 
plid,Float:setpos[3];
        
tmp strtok(cmdtext,idx);
        if(!
strlen(tmp)) return SendClientMessage(playeridCOR_ORGPM"USE: /setpos [id] [X] [Y] [Z]");
        
plid strval(tmp);
        for(new 
x=0;x<3;x++)
        {
            
tmp strtok(cmdtext,idx);
            if(!
strlen(tmp)) return SendClientMessage(playeridCOR_ORGPM"USE: /setpos [id] [X] [Y] [Z]");
            
setpos[x] = floatstr(tmp);
        }
        
SetPlayerPos(plid,setpos[0],setpos[1],setpos[2]);
        
SendClientMessage(playeridCOR_ORGPM"Posiзгo setada!");
        return 
1;
    } 
Quando eu uso esse comando, Seta a posiзгo. Porйm, Eu nгo vou nela. Sу seta mesmo.
Seria outro comando para ir em tal posiзгo setada?
Reply


Messages In This Thread
Ir em tal coordenada. - by Dick_Vigarista - 07.04.2013, 20:57
Re: Ir em tal coordenada. - by LucaAllexandre - 07.04.2013, 21:05
Re: Ir em tal coordenada. - by Dick_Vigarista - 07.04.2013, 21:13
Re: Ir em tal coordenada. - by LucaAllexandre - 07.04.2013, 21:14
Re: Ir em tal coordenada. - by Gii - 07.04.2013, 21:15
Re: Ir em tal coordenada. - by Powers - 07.04.2013, 21:24
Re: Ir em tal coordenada. - by LucaAllexandre - 07.04.2013, 21:24
Re: Ir em tal coordenada. - by Dick_Vigarista - 07.04.2013, 21:25
Re: Ir em tal coordenada. - by feliphemort - 07.04.2013, 21:34
Re: Ir em tal coordenada. - by Dick_Vigarista - 07.04.2013, 23:30

Forum Jump:


Users browsing this thread: 5 Guest(s)