How set spawn armour?
#1

Hi,
How can i set Spawn armour?
Plz help me
Reply
#2

pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerArmour(playerid,100);
    return 1;
}
'100' - full armour. If you want 50% armour, just put in '50' instead of '100'
Reply
#3

Quote:
Originally Posted by Anarkien
pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerArmour(playerid,100);
    return 1;
}
'100' - full armour. If you want 50% armour, just put in '50' instead of '100'
Thnx For helping me Again
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)