[0.3z] TKSave not saving properly.
#1

Greetings!

I'm a complete noob with PAWN Scripting but over the past 24 hours, I've crammed a whole crapton of posts and I'm mashing a ton of crap together to make my own login / register system for a private server. Unfortunately, in the cource of using TKSave, it doesn't like to store the proper integers to the database. I wanted to save 1, but instead it saves 49, and when I want to save 0 for the integer, it likes to save 48.

I've been using:
Код:
sql_setplayerint(playerid, "u_level", 0);
for when they register, but this gets stored as 48.

Suggestions would be greatly appreciated. Compiles just fine, just doesn't like working correctly.
Reply
#2

Why do you use that include when you have better options and it's not very supported? Try out BlueG MySQL plugin.
Reply
#3

I'll go ahead and give that a shot, see what I can come up with.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)