22.08.2016, 06:51
@Blake you suck at editing gamemodes, nothin' personal.
1. I think you included streamer twice.
2. You deleted the define SQL_HOSTNAME where you define your database host.
- After all the includes you this snippet below should be placed.:
3. I think you have to update your a_samp to the latest version. Probably you are testing the gamemode on old server package. I am not sure for this.
4. You have to include foreach.
That's all, next time when you edit gamemode or filterscript be careful.
1. I think you included streamer twice.
2. You deleted the define SQL_HOSTNAME where you define your database host.
- After all the includes you this snippet below should be placed.:
Код:
#define SQL_HOSTNAME "127.0.0.1" #define SQL_USERNAME "root" #define SQL_DATABASE "samp-test" #define SQL_PASSWORD "password"
4. You have to include foreach.
That's all, next time when you edit gamemode or filterscript be careful.