Ranks
#3

ok so you got the first bit
this is a really simple way
pawn Код:
new GangRank[MAX_PLAYERS];
new PoliceRank[MAX_PLAYERS];
//[MAX_PLAYERS] so its for player each not global

//then when you want to set the players team just do
GangRank[playerid]=1;
//that would make the player have GangRank to 1
//and to check if the player is in that Rank you do
if(GangRank[playerid]==1){
//your code if the player is in that Rank
}
Reply


Messages In This Thread
Ranks - by [GOD]Dragonster82 - 01.10.2011, 09:04
Re: Ranks - by Raimis_R - 01.10.2011, 09:12
Re: Ranks - by park4bmx - 01.10.2011, 09:13
Re: Ranks - by [GOD]Dragonster82 - 01.10.2011, 10:21

Forum Jump:


Users browsing this thread: 2 Guest(s)