Gamemode wont launch
#1

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?
Reply
#2

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)
Reply
#3

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

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

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

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 () {}
Reply
#7

Thanks, working
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)