SA-MP Forums Archive
Gamemode wont launch - 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: Gamemode wont launch (/showthread.php?tid=265400)



Gamemode wont launch - Daslee - 30.06.2011

Hi, i just started to create my server, i maked it on mysql and added some player classes. Now i want to launch my server but i get this error:
Script[gamemodes/ltfr.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0

Why i getting this error if i have ltfr.amx in gamemodes folder?


Re: Gamemode wont launch - Steven82 - 30.06.2011

Are you missing the MySQL plugin? And other plugins you may have used?


EDIT:

I'm talking about the .dll's(windows) and the .so's(linux)


AW: Gamemode wont launch - xerox8521 - 30.06.2011

and you need a Libmysql.dll(windows) Libmysqlclient.so(Linux)


Re: Gamemode wont launch - Daslee - 30.06.2011

I have mysql.dll but i don't have Libmysql.dll :S Going to get that file..


Re: Gamemode wont launch - Daslee - 30.06.2011

Now when i have Libmysql.dll i getting this error:
Script[gamemodes/ltfr.amx]: Run time error 20: "Invalid index parameter (bad entry point)"


AW: Gamemode wont launch - xerox8521 - 30.06.2011

add these (my suggestion) before any public dunno currently if it is important where exactly it is but what i know is that it have to be in your GM

pawn Код:
main () {}



Re: Gamemode wont launch - Daslee - 30.06.2011

Thanks, working