08.12.2010, 09:52
I have a problem. When player spawn many times he don't get armour, many times he get armour.
Should i do this thing for max players so all will have armour?
Should i do this thing for max players so all will have armour?
pawn Код:
stock SetPlayerArmourAC(playerid, Float:armour)
{
PlayerArmour[playerid] = armour;
SetPlayerArmour(playerid, armour);
return 1;
}