Posts: 1,745
Threads: 252
Joined: Dec 2011
Reputation:
0
hi when i try to install a game mode it always says unable to load game mode this is realy pissing me off so someone plz help me
Posts: 11
Threads: 2
Joined: Feb 2012
Reputation:
0
First of all are you running linux or windows?
Posts: 1,745
Threads: 252
Joined: Dec 2011
Reputation:
0
linux and also when i try install game mode sometimes its comes up unknown
Posts: 1,020
Threads: 38
Joined: May 2011
Reputation:
0
show the "server_log.txt" or the error your getting, it will help fix it
Posts: 1,745
Threads: 252
Joined: Dec 2011
Reputation:
0
[20:13:36] =-=-=-=S-a incarcat cu succes!=-=-=-=-=
[20:13:36] Loading filterscript 'tuningcarv1.1.amx'...
[20:13:36] Failed to load 'filterscripts/tuningcarv1.1.amx.amx' filterscript.
[20:13:36] Unable to load filterscript 'tuningcarv1.1.amx'.
[20:13:36] Loading filterscript 'RadioRomaniav2.amx'...
[20:13:36] Failed to load 'filterscripts/RadioRomaniav2.amx.amx' filterscript.
[20:13:36] Unable to load filterscript 'RadioRomaniav2.amx'.
[20:13:36] Loading filterscript 'case.amx'...
[20:13:36] Unable to load filterscript 'case.amx'.
[20:13:36] Loading filterscript 'Driftcount.amx'...
[20:13:36] Unable to load filterscript 'Driftcount.amx'.
[20:13:36] Loaded 4 filterscripts.
[20:13:36] Script[gamemodes/DriftP.amx]: Run time error 17: "Invalid/unsupported P-code file format"
[20:13:36] Failed to load 'gamemodes/DriftP.amx' script.
[20:13:36] Number of vehicle models: 24
Posts: 1,020
Threads: 38
Joined: May 2011
Reputation:
0
remove the .amx on the end
Posts: 29
Threads: 4
Joined: Mar 2011
Reputation:
0
open your server.cfg and on gamemode line do you have "DriftP" or "DriftP.amx?"
Anyways you only want "DriftP" no need to add the .amx
If thats not your problem, then maybe your trying to run a server that was
designed to run on a windows machine on your linux host. If thats the case
then you have to convert everything to work with linux.
If you have trouble doing that then all I have to say is your in way over your head
or you should rewrite your script to not use .ini's .dll's or any other windows compatible
files to store any data. (I may not be %100 correct but this from my own experiences)
Posts: 29
Threads: 4
Joined: Mar 2011
Reputation:
0
^
P.S. Rep if I helped you understand the issue