[MySQL] no active cache - not checking if player is admin
#1

Hello,

i have the problem that i cannot check if the player is an admin.

I store an int in my database, i want to compare it in an if statement.
You can look at the code below.

http://pastebin.com/auEtvfj2

Thanks for any help.
Reply
#2

If you sure it loads correctly do this

Код:
if(PlayerCache[playerid][padmin] > 0)
Instead of
Код:
if(PlayerCache[playerid][padmin] == 111)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)