Update player statistics with database stats
#4

pawn Код:
if(!strcmp(save, PlayerInfo[playerid][adminlevel]))
should be

pawn Код:
if(strval(save) != PlayerInfo[playerid][adminlevel])
assuming that PlayerInfo[playerid][adminlevel] is an integer.
Reply


Messages In This Thread
Update player statistics with database stats - by DBan - 10.11.2012, 02:46
Re: Update player statistics with database stats - by ReneG - 10.11.2012, 03:08
Re: Update player statistics with database stats - by DBan - 10.11.2012, 03:15
Re: Update player statistics with database stats - by SuperViper - 10.11.2012, 03:16
Re: Update player statistics with database stats - by DBan - 10.11.2012, 03:20
Re: Update player statistics with database stats - by Alinaqi115 - 06.04.2017, 13:05

Forum Jump:


Users browsing this thread: 1 Guest(s)