SA-MP Forums Archive
[help] Gamemode - 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: [help] Gamemode (/showthread.php?tid=497594)



[help] Gamemode - rynhok2 - 27.02.2014

warning 204: symbol is assigned a value that is never used: "query"
Please fix it for me
I want to delete SQL
as registered in GameMode and many other things related to it
Save account folder. ini

Editing for me Accounts.db fixed Accounts.ini
it's here to help me fix this
http://www.4shared.com/rar/WskBhr5oba/UG-RP.html


Re: [help] Gamemode - alishvasis - 27.02.2014

Quote:
Originally Posted by rynhok2
Посмотреть сообщение
warning 204: symbol is assigned a value that is never used: "query"
Please fix it for me
I want to delete SQL
as registered in GameMode and many other things related to it
Save account folder. ini

Editing for me Accounts.db fixed Accounts.ini
it's here to help me fix this
http://www.4shared.com/rar/WskBhr5oba/UG-RP.html
Use ****** And Serach Save System


Re: [help] Gamemode - Unfriendly - 27.02.2014

query is used for mysql. Just delete query from the script. Erase it... should be at the top.

Then hit ctrl f and search for mysql. delete everything that shows up involving mysql.

Keep in mind you'll have to go back through and add new lines for your ini system so don't forget and leave one out or your players money won't save or cars or houses etc. depending on where you forget to place it.