MySQL cache
#1

PHP код:
    new str[100];
    
cache_get_field_content(1"Password"pPass[playerid]);
    
format(str100"Password loaded is: %s"pPass[playerid]);
    
SendClientMessage(playerid, -1str); 
This pPass is getting: "NULL"
I get message
"Password loaded is: Null"

How to fix it please? i'm using the pPass on login strcmp
Reply
#2

The rowids start from 0, so i am guessing you load only 1 row.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)