SA-MP Forums Archive
MySQL Fix +REP REP REP! URGENT!!!!!!!!!!!! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MySQL Fix +REP REP REP! URGENT!!!!!!!!!!!! (/showthread.php?tid=497870)



MySQL Fix +REP REP REP! URGENT!!!!!!!!!!!! - Mriss - 01.03.2014

coudl someone read through my script and fix my s ave system? when I make someone admin ingame and they log out it doesnt save etc, also with everything but account password and username lawl
Script
PASTEBIN!


Re: MySQL Fix +REP REP REP! URGENT!!!!!!!!!!!! - MP2 - 01.03.2014

A title like that isn't going to make people help you faster, it's just going to make you look stupid.


Re: MySQL Fix +REP REP REP! URGENT!!!!!!!!!!!! - Mriss - 01.03.2014

Why bother posting here if you dont got an answer? Pathetic.


Re: MySQL Fix +REP REP REP! URGENT!!!!!!!!!!!! - MP2 - 01.03.2014

To let you know that a title like that isn't going to make people help you faster, it's just going to make you look stupid. It will help you get help in the future.


Re: MySQL Fix +REP REP REP! URGENT!!!!!!!!!!!! - Yves - 01.03.2014

are you even connected to the mysql database?


And what MP2 was saying that's true no need to put REP REP REP URGENT makes you look like a idiot so next time don't put it.


Re: MySQL Fix +REP REP REP! URGENT!!!!!!!!!!!! - Mriss - 01.03.2014

Yes I am connected, I even made an account inside from the database and logged it in. Is it something to do with
Quote:

You're not setting the IsPlayerLoggedIn variable when the log in, only when they register. This once more proves the importance of debugging. If you'd debug your OnPlayerDisconnect you would've noticed that the value of the variable was 0.

?


Re: MySQL Fix +REP REP REP! URGENT!!!!!!!!!!!! - MP2 - 01.03.2014

You have already made a topic about this, and the answer was provided. You even just quoted the answer..


https://sampforum.blast.hk/showthread.php?pid=2933164#pid2933164

I'd also recommend using the bool: tag.


Re: MySQL Fix +REP REP REP! URGENT!!!!!!!!!!!! - Mriss - 01.03.2014

and how do I do that ^


Re: MySQL Fix +REP REP REP! URGENT!!!!!!!!!!!! - MP2 - 01.03.2014

Quote:
Originally Posted by Vince
Посмотреть сообщение
You're not setting the IsPlayerLoggedIn variable when they log in, only when they register. This once more proves the importance of debugging. If you'd debug your OnPlayerDisconnect you would've noticed that the value of the variable was 0.
Setting variables is probably the single easiest thing you can do in scripting. If you can't manage that, I think you're going too fast and you should learn the basics before trying to script more complex systems.


Re: MySQL Fix +REP REP REP! URGENT!!!!!!!!!!!! - Mriss - 01.03.2014

Okay So How do I do it? I dont understand the explanation on wiki