[Ajuda] Comandos por tempo.
#10

Quote:
Originally Posted by Math3us
Посмотреть сообщение
e isso serveria para o Equipar de gangs q й com F sem comando ?
Pra sу poder equipar apуs certo intervalo de tempo? Creio que sim.
Ex:

pawn Код:
//OnPlayerKeyStateChange
if(newkeys == 16) {
     if(gettime() < GetPVarInt(playerid, "podeEquipar"))
          return SendClientMessage(playerid, -1, "Aguarde para equipar.");
     
     GivePlayerWeapon(playerid, 24, 9999);

     SetPVarInt(playerid, "podeEquipar", gettime() + 10); // sу poderб equipar apуs 10 segundos
}
Reply


Messages In This Thread
Comandos por tempo. - by Gabriel Santana - 25.08.2012, 14:26
Re: Comandos por tempo. - by Bieeel_Cwb - 25.08.2012, 14:28
Re: Comandos por tempo. - by Gabriel Santana - 25.08.2012, 14:30
Re: Comandos por tempo. - by .FuneraL. - 25.08.2012, 14:31
Re: Comandos por tempo. - by Gabriel Santana - 25.08.2012, 14:33
Re: Comandos por tempo. - by .FuneraL. - 25.08.2012, 14:35
Re: Comandos por tempo. - by Jason` - 25.08.2012, 14:36
Re: Comandos por tempo. - by Gabriel Santana - 25.08.2012, 14:38
Re: Comandos por tempo. - by Math3us - 25.08.2012, 14:39
Re: Comandos por tempo. - by Jason` - 25.08.2012, 14:42

Forum Jump:


Users browsing this thread: 1 Guest(s)