30.10.2011, 06:34
So the thing i try to do, is to make a max. amount of armour which can be given in the situation. (In this case, drugs)
I tried this:
So any help? :/
I tried this:
pawn Код:
}
if(GetPlayerArmour(playerid, armour == 60));
{
SendClientMessage(playerid, COLOR_WHITE, "** You cannot use any more drugs.");
return 1;
}