SA-MP Forums Archive
[Solved] - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Solved] (/showthread.php?tid=122557)



[Solved] - shoru93 - 22.01.2010




Re: Why this? - Correlli - 22.01.2010

You're missing a function main in your script.

pawn Код:
main() { }



Re: Why this? - shoru93 - 22.01.2010

Where?


Re: Why this? - DeathOnaStick - 22.01.2010

I guess "efgm.amx" is missing in the gamemodes-folder. Check if it's there. If not, compile your efgm.pwn to -.amx

Cheerz

#EDIT#: Or not...


Re: Why this? - Correlli - 22.01.2010

Quote:
Originally Posted by shoru93
Where?
Quote:
Originally Posted by Don Correlli
You're missing a function main in your script.



Re: Why this? - shoru93 - 22.01.2010

Done, thanks.