[Pedido]Cmd /congelar .
#3

Pra um player
PHP код:
if(!strcmp(cmdtext,"/congelar",true))
{
    
TogglePlayerControllable(strval(cmdtext[11]),false);
    return 
true;

Pra todos do evento
PHP код:
if(!strcmp(cmdtext,"/congelar",true))
{
    for(new 
0GetMaxPlayers(); != j; ++i) {    
        if(
Variavel[i] == true) {
            
TogglePlayerControllable(i,false);
        }
    }
    return 
true;

Pra todos
PHP код:
if(!strcmp(cmdtext,"/congelar",true))
{
    for(new 
0GetMaxPlayers(); != j; ++i) {    
        
TogglePlayerControllable(i,false)
    }
    return 
true;

Reply


Messages In This Thread
[Pedido]Cmd /congelar . - by akZ - 07.07.2011, 19:00
Re: [Pedido]Cmd /congelar . - by BlueRider - 07.07.2011, 19:02
Re: [Pedido]Cmd /congelar . - by RockFire - 07.07.2011, 19:05
Re: [Pedido]Cmd /congelar . - by Ricop522 - 07.07.2011, 19:10
Re: [Pedido]Cmd /congelar . - by Macintosh - 07.07.2011, 19:13
Re: [Pedido]Cmd /congelar . - by akZ - 07.07.2011, 19:21
Re: [Pedido]Cmd /congelar . - by Transferencia - 07.07.2011, 19:24
Re: [Pedido]Cmd /congelar . - by akZ - 07.07.2011, 19:31
Re: [Pedido]Cmd /congelar . - by Ricop522 - 07.07.2011, 19:36

Forum Jump:


Users browsing this thread: 1 Guest(s)