How to make spawning with armour ?
#5

This will give amrour everytime a cop spawns.
pawn Код:
public OnPlayerSpawn(playerid)
{
    if(gTeam[playerid] == POLICE_CLASS) SetPlayerArmour(playerid, 100.0);
    // Change the variable and the police's number to yours
    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)