Compile / Map - 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: Compile / Map (
/showthread.php?tid=526982)
Compile / Map -
RayC - 20.07.2014
So I'm trying to add a map onto my server but I wouldn't be able to compile as it aborts it after and deletes my .amx after having over 20 errors. The mappings don't come, do I have to fix the errors before adding the mapping? It doesn't seem to work, please help.
Re: Compile / Map -
MrWupiazZzLT - 20.07.2014
If you creating map use this compiler
http://convertffs.com/
And add it after this line
Код:
OnGameModeInit()
{
Your Map should be CreateObject or CreateDinamicObject idk what u will use
Your other scripts here
return 1;
}
Or I can help you paste your map code here
Re: Compile / Map -
GShock - 20.07.2014
Code?