11.02.2010, 22:37
public OnPlayerSpawn(playerid)
{
if (PlayerInfo[playerid][team] == ARMY){
SetPlayerFightingStyle (playerid, FIGHT_STYLE_KUNGFU);
}
}
(that checks in my script if player belongs to the army
change that to ur national guard leader check)
{
if (PlayerInfo[playerid][team] == ARMY){
SetPlayerFightingStyle (playerid, FIGHT_STYLE_KUNGFU);
}
}
(that checks in my script if player belongs to the army
