SA-MP Forums Archive
Players Question - 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: Players Question (/showthread.php?tid=575202)



Players Question - arlindi - 24.05.2015

Hello everyone i have server
Players are lie with xp and deaths or kills
Soo i want to create something to know when players lie or dont lie
Idk what to create just asked
I thing anything like /logs or idk
Thanks for answer


Re: Players Question - arlindi - 24.05.2015

AnyOne ?


Re: Players Question - vyper - 24.05.2015

Please create a talking poop.


Re: Players Question - arlindi - 24.05.2015

What ? o.O


Re: Players Question - arlindi - 24.05.2015

BUMP


Re: Players Question - amirm3hdi - 25.05.2015

What the hell do you mean logs or lie
How the players lie ? about their stats ?
You can make a log file, whenever you add xp to a player write(save) it in there...


Re: Players Question - arlindi - 25.05.2015

No i know but verry player say i lost my XP or something like this
So i want to create something to know when he is lie or tell me the true


Re: Players Question - Ghazal - 25.05.2015

Just simply take a backup of your database so that if someone says he lost his stats, you can check the old database(the backup) and see if he really did lose his stats.


Re: Players Question - arlindi - 25.05.2015

Good Idea woow
Give mee the tutorial for backup please and
How can i make it to see inside an game in old database ?


Re: Players Question - Ghazal - 25.05.2015

Quote:
Originally Posted by arlindi
Посмотреть сообщение
Good Idea woow
Give mee the tutorial for backup please and
How can i make it to see inside an game in old database ?
Login into your PHPMyAdmin, enter your database, Press Export, Export the database in .sql.

No need to see inside the game, just open the .sql with Notepad ++ and Use CTRL + F player name and you will be able to see his stats in the db backup.