Mysql Saving Data
#7

Quote:
Originally Posted by Stefand
View Post
Update: WOW IM STUPID

pawn Code:
if(Authenticated[playerid])
I did not define to check if its true ;S

Changed it to:

pawn Code:
if(Authenticated[playerid] == true)
And its saving now :P
If Authenticated is a bool variable then it doesn't matter if you do == true or without == true.
Reply


Messages In This Thread
Mysql Saving Data - by Stefand - 06.05.2013, 19:21
Re: Mysql Saving Data - by Vince - 06.05.2013, 20:59
Re: Mysql Saving Data - by Pooh7 - 06.05.2013, 21:14
Re: Mysql Saving Data - by Stefand - 07.05.2013, 07:01
Re: Mysql Saving Data - by Stefand - 07.05.2013, 07:13
Re: Mysql Saving Data - by Stefand - 07.05.2013, 07:26
Re: Mysql Saving Data - by PaulDinam - 07.05.2013, 10:22
Re: Mysql Saving Data - by Stefand - 07.05.2013, 10:42

Forum Jump:


Users browsing this thread: 2 Guest(s)