14.09.2018, 12:16
Quote:
Compile the script with -d3 flag and run the server (https://github.com/Zeex/samp-plugin-...ith-debug-info), you will be able to find the specific line caused this run time error and will also help for future run time errors.
Looking at the code, this is a part that could cause it if "gt" is out of bounds: https://github.com/DanielKnow/Error-...blem#L202-L204 |
PHP код:
new cat[250], gt = gTeam[playerid];
strcat(cat, "{FFFFFF}Remote AirStrike Control System (RACS){FF0000}\t{FFFFFF}Cost :{45FF00} 50XP\n{FFFFFF}Base Defence (");
new CMDBaseDeftic = CMDBaseDeftick[gt];