10.11.2012, 02:46
(
Последний раз редактировалось DBan; 10.11.2012 в 03:27.
)
Hello all, I'm trying to make a function to update player statistics in-game by getting statistics from a mysql database. The problem is that if the player's in-game admin level is 0, then it will go through the if statement. If it is any number other than 0, then it won't go through the if statement.
The code below supposed to check if the player's admin level is the same as the one inside the database, if it isn't then it would correct the player's admin level in-game to match the database's admin level.
Here's my code.
I would appreciate all the help I can get.
Thanks.
-DBan
The code below supposed to check if the player's admin level is the same as the one inside the database, if it isn't then it would correct the player's admin level in-game to match the database's admin level.
Here's my code.
pawn Код:
// Code removed.
Thanks.
-DBan