Restrict Playerclass to Rank
#2

What about this..
pawn Код:
if (GetPlayerRank(playerid) >= 2)
{
SpawnPlayer(playerid)
}
else
{
ForceClassSelection(playerid);
GameTextForPlayer(playerid, "~w~Level ~r~2~w~+ only", 2000, 5);
}
Reply


Messages In This Thread
Restrict Playerclass to Rank - by Adamrcook - 28.07.2009, 02:57
Re: Restrict Playerclass to Rank - by Abernethy - 28.07.2009, 04:55

Forum Jump:


Users browsing this thread: 1 Guest(s)