How to make spawning with armour ?
#6

Just simply do:
pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerArmour(playerid, 100.0); //sets the armour of the player to 100
    return 1;
}
Reply


Messages In This Thread
How to make spawning with armour ? - by bustern - 07.08.2013, 09:51
Re: How to make spawning with armour ? - by -Prodigy- - 07.08.2013, 09:54
Re: How to make spawning with armour ? - by Konstantinos - 07.08.2013, 09:56
Re: How to make spawning with armour ? - by bustern - 07.08.2013, 10:03
Re: How to make spawning with armour ? - by Konstantinos - 07.08.2013, 10:09
Re: How to make spawning with armour ? - by XStormiest - 07.08.2013, 10:12

Forum Jump:


Users browsing this thread: 1 Guest(s)