22.05.2018, 21:51
Depends on how and what you want to script.
Basic includes are:
You put these on top of your script.
If you want to make simple commands you can use ocmd and zcmd.
If you want to make database for your server I would recommend SQLite
Plugins I would recommend, crashdetect, sscanf, streamer, filemanager, whirlpool(For the database)
Basic includes are:
Код:
#include <a_samp> #include <core> #include <float> #include <sscanf2>
If you want to make simple commands you can use ocmd and zcmd.
If you want to make database for your server I would recommend SQLite
Plugins I would recommend, crashdetect, sscanf, streamer, filemanager, whirlpool(For the database)