rank problems
#3

Replace the >= with ==
pawn Код:
if (udb_UserInt(PlayerName(playerid), "coprank") == 0)
if (udb_UserInt(PlayerName(playerid), "coprank") == 1)
if (udb_UserInt(PlayerName(playerid), "coprank") == 2)
and only the last one >= 10, so if he is 11 or 12 it will load him the rank10 guns.
pawn Код:
if (udb_UserInt(PlayerName(playerid), "coprank") >= 10)
Reply


Messages In This Thread
rank problems - by Lajko1 - 25.12.2009, 09:49
Re: rank problems - by Lajko1 - 25.12.2009, 13:08
Re: rank problems - by Dark_Kostas - 25.12.2009, 13:13
Re: rank problems - by DeathOnaStick - 25.12.2009, 13:13
Re: rank problems - by Lajko1 - 25.12.2009, 14:11

Forum Jump:


Users browsing this thread: 4 Guest(s)