[Ajuda]Comando X CheckPoit
#2

PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    if(
strcmp(cmdtext"/incendio"true) == 0)
    {
        new 
Float:Pos[3];
        
GetPlayerPos(playeridPos[0], Pos[1], Pos[2]);
        for(new 
0MAX_PLAYERSi++)
        {
            if(
VARIAVEL[i] == 1) { SetPlayerCheckpoint(iPos[0], Pos[1], Pos[2], 8.0); }
        }
        return 
1;
    }
    return 
0;

Reply


Messages In This Thread
[Ajuda]Comando X CheckPoit - by [Dk]TuReTOo - 24.06.2011, 18:36
Re: [Ajuda]Comando X CheckPoit - by Shadoww5 - 24.06.2011, 18:47
Re: [Ajuda]Comando X CheckPoit - by [Dk]TuReTOo - 24.06.2011, 18:49
Re: [Ajuda]Comando X CheckPoit - by mengueh - 24.06.2011, 18:50
Re: [Ajuda]Comando X CheckPoit - by Shadoww5 - 24.06.2011, 18:53
Re: [Ajuda]Comando X CheckPoit - by Bruno Pereira - 24.06.2011, 19:01
Re: [Ajuda]Comando X CheckPoit - by [Dk]TuReTOo - 24.06.2011, 19:06
Re: [Ajuda]Comando X CheckPoit - by Shadoww5 - 24.06.2011, 19:14
Re: [Ajuda]Comando X CheckPoit - by [Dk]TuReTOo - 24.06.2011, 19:24
Re: [Ajuda]Comando X CheckPoit - by rjjj - 24.06.2011, 19:27

Forum Jump:


Users browsing this thread: 1 Guest(s)