07.06.2012, 22:35
Quote:
Hi guys,I'm new to pawno scripting and I don't know whats the best saving system.I have alredy started my script with with dini bit if there is a better way so i could change it before its too late.What about SQLite?Do you need a server for that or it just saves in scriptfiles?What command processor should I use and how should i hash passwords?
|
The best saving system is MySQL, IMO.
dini is just wayyy too slower then other saving systems. YCMD is the fastest command processor at the moment and i recommend you to use it.
Also use Whirlpool to hash passwords.