[Ajuda] Enviar armas por pickup
#7

pawn Код:
new tempo[MAX_PLAYERS];
forward TimerArmas();
if (pickupid == PickupGangsters[3])
{
   if(tempo[playerid] == 0)
   {
    tempo[playerid] = 1;
    SetTimer("TimerArmas" , 6000, true);
    GivePlayerWeapon(playerid,24,70);
   }
   else
   {
   SendClientMessage(playerid, cor, "Vocк tem que esperar para pegar as armas");
   }

}  
public TimerArmas()
{
new playerid;
contar[playerid]=0;
return 1;
}
Reply


Messages In This Thread
[Ajuda] Enviar armas por pickup - by Dark.Angel - 22.06.2011, 03:17
Re: [Ajuda] Enviar armas por pickup - by ASDF - 22.06.2011, 03:47
Re: [Ajuda] Enviar armas por pickup - by Dark.Angel - 22.06.2011, 04:00
Re: [Ajuda] Enviar armas por pickup - by Shadoww5 - 22.06.2011, 11:25
Re: [Ajuda] Enviar armas por pickup - by Dark.Angel - 22.06.2011, 14:09
Re: [Ajuda] Enviar armas por pickup - by Shadoww5 - 22.06.2011, 14:29
Re: [Ajuda] Enviar armas por pickup - by mengueh - 22.06.2011, 15:40
Re: [Ajuda] Enviar armas por pickup - by Shadoww5 - 22.06.2011, 16:01
Re: [Ajuda] Enviar armas por pickup - by ASDF - 22.06.2011, 17:14

Forum Jump:


Users browsing this thread: 2 Guest(s)