SA-MP Forums Archive
Derby Arena HELP - 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: Derby Arena HELP (/showthread.php?tid=661484)



Derby Arena HELP - BenqV11 - 06.12.2018

Hello guys. i made a derby arena and i put this: https://pastebin.com/72KX95n6 on function LocalTimer() where is the paintball arena and the cs arena. But i got warnings and errors like this:

https://pastebin.com/aFtiM89H

help pls


Re: Derby Arena HELP - BenqV11 - 06.12.2018

solved that. but now its this:

E:\proiecte gm\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(27) : error 017: undefined symbol "MAX_PLAYERS"
E:\proiecte gm\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(27) : error 009: invalid array size (negative, zero or out of bounds)
E:\proiecte gm\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(2 : error 017: undefined symbol "MAX_PLAYERS"
E:\proiecte gm\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(2 : error 009: invalid array size (negative, zero or out of bounds)

on this line:

new derbyEvent[7], derbyPlayers, derbyStatus, derbyTime, inDerby[MAX_PLAYERS], derbyVehicle[MAX_PLAYERS];


Re: Derby Arena HELP - Kaliber - 06.12.2018

Did you included a_samp before you use this