Gamemode can't compile - 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: Gamemode can't compile (
/showthread.php?tid=663358)
Gamemode can't compile -
houssam501 - 29.01.2019
hey guys , I have an issue with a gamemode .. I can't compile it , the compiler stops running everytime .. i don't see anything wrong with the code .. i uploaded it here in case anyone can help me and compile it ...
https://www.dropbox.com/s/0wswv3lzof...older.zip?dl=0
Re: Gamemode can't compile -
houssam501 - 29.01.2019
anyone can help ??
Re: Gamemode can't compile -
Pottus - 29.01.2019
Scripting help is for people who know how to script and have a problem not for someone who doesn't know how to script downloading random gamemodes wondering why they are not working.
Re: Gamemode can't compile -
houssam501 - 29.01.2019
I was waiting for someone to write that type of comment , obviously I can script , and the gamemode doesn't seem to have any code releated error
Obviously it's not a random gamemode , that's an old script probably from 2 years ago , I stopped playing samp for a long time and I just wanted to have some fun on my localhost with friends
and yeah I asked WHY I can't compile it MR SMART GUY , "I'm NOT GETTING ANY ERROR" .. the compiler stops working
and yet if YOU can't script and couldn't compile it , why negative comment ?
Re: Gamemode can't compile -
Pottus - 29.01.2019
Divide and conquer then. Start commenting stuff out and isolate the problem.
Код:
new Text:ZoneTextdraw[4][MAX_PLAYERS], Text:KillerTextdraw[MAX_PLAYERS];
new Text:Spawn[MAX_PLAYERS];
new Text:KillerTextdraw1[MAX_PLAYERS], Text:KillerTextdraw2[MAX_PLAYERS];
new Text:StartTextdraw[MAX_PLAYERS];
So that limits you to 222 player slots. Just looking at this script it looks like calamity.