SA-MP Forums Archive
Gamemode Stack - Fixed - Cant Read .amx - 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 Stack - Fixed - Cant Read .amx (/showthread.php?tid=292688)



Gamemode Stack - Fixed - Cant Read .amx - MadSkillz - 24.10.2011

So firstly my gamemode stacked.

Код:
Header size:           6516 bytes
Code size:           225036 bytes
Data size:          1303556 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5863 cells (23452 bytes)
Total requirements: 1551492 bytes
Secondly I used this code at the top of my script and it got rid of the stack:
Код:
#pragma dynamic 145000
Thirdly my .amx isn't being read. It was being read before but it isn't now.
Код:
[19:27:01] Script[gamemodes/Server.amx]: Run time error 19: "File or function is not found"
Now what do I do D:

Thanks for your time
Kind Regards,
MadSkillz


Re: Gamemode Stack - Fixed - Cant Read .amx - Zh3r0 - 24.10.2011

Check your plugins.

Re-size your strings.


Re: Gamemode Stack - Fixed - Cant Read .amx - MadSkillz - 24.10.2011

PROBLEM FIXED.. THANKIES <3