22.06.2011, 11:25
Ve se funciona:
PHP код:
if (pickupid == PickupGangsters[3])
{
if(GetTickCount() - GetPVarInt(playerid, "Tick") < 600000) return SendClientMessage(playerid, -1, "Aguarde 10 minutos para pegar uma Eagle novamente.");
GivePlayerWeapon(playerid,24,7);
PlayerPlaySound(playerid, 1139, 0.0, 0.0, 10.0);
new m, a;
GetPlayerWeaponData(playerid, 2, a, m);
if(a == 12 && m >= 70) return SetPVarInt(playerid, "Tick", GetTickCount());
}