[AJU]Comando /comando 1
#10

mete em um timer melhor do ke o onplayerupdate...

tipo
pawn Код:
//no ongamemodeinit

SetTimer("paraquedas", 3000, 1);

//resto

forward paraquedas();
public paraquedas()
{
    for(new i=0;i<MAX_PLAYERS;i++)
    {
        if(IsPlayerConnected(i)) GivePlayerWeapon(i, 46, 1);
    }
}
so e chamado de 3 em 3 segundos...
Reply


Messages In This Thread
[AJU]Comando /comando 1 - by BiieL - 02.08.2010, 14:04
Re: [AJU]Comando /comando 1 - by zSuYaNw - 02.08.2010, 14:56
Re: [AJU]Comando /comando 1 - by BiieL - 02.08.2010, 15:24
Re: [AJU]Comando /comando 1 - by SlashPT - 02.08.2010, 18:14
Re: [AJU]Comando /comando 1 - by BiieL - 02.08.2010, 18:19
Re: [AJU]Comando /comando 1 - by SlashPT - 02.08.2010, 18:30
Re: [AJU]Comando /comando 1 - by BiieL - 02.08.2010, 19:48
Re: [AJU]Comando /comando 1 - by SlashPT - 02.08.2010, 20:18
Re: [AJU]Comando /comando 1 - by BiieL - 02.08.2010, 20:23
Re: [AJU]Comando /comando 1 - by SlashPT - 02.08.2010, 20:29

Forum Jump:


Users browsing this thread: 1 Guest(s)