SA-MP Forums Archive
Help Me! Very Important - 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: Help Me! Very Important (/showthread.php?tid=448776)



Help Me! Very Important - TwisTa98 - 05.07.2013

When i start my server, the server is not starting. in server-log is this:

Код:
[22:47:58] Script[gamemodes/RolePlay.amx]: Run time error 17: "Invalid/unsupported P-code file format"
[22:47:58] Failed to load 'gamemodes/RolePlay.amx' script.
[22:47:58] Number of vehicle models: 0
[22:48:06] --- Server Shutting Down.
Please Help me! Thanks in advince!



Re: Help Me! Very Important - M3HR4N - 05.07.2013

it means your gamemode not compiled successfully, try to recompile your gamemode.


Re: Help Me! Very Important - TwisTa98 - 05.07.2013

i re-compile my gamemode and no errors or any warnings in gamemode .. :\ but i have this error.


Re: Help Me! Very Important - MP2 - 05.07.2013

Is the AMX file present?


Re: Help Me! Very Important - TwisTa98 - 05.07.2013

Quote:
Originally Posted by MP2
Посмотреть сообщение
Is the AMX file present?
yes it's AMX file. also i have .pwn )


Re: Help Me! Very Important - DaRk_RaiN - 05.07.2013

Watch the case sensitivity of the gamemode name in server.cfg, and make sure you have the gamemode in gamemodes folder (check if gamemodes folder isn't miss spelled or in caps)


Re: Help Me! Very Important - TwisTa98 - 05.07.2013

I Check and it's all right! but gamemode not works!


Re: Help Me! Very Important - Akira297 - 05.07.2013

Instead of having it named RolePlay simply change it too Roleplay.amx


Re: Help Me! Very Important - TwisTa98 - 05.07.2013

not wokrs.. :\


Re: Help Me! Very Important - NySWat - 05.07.2013

maybe the file went bad during a compile! so use pawno open the game mode file..... copy and paste into a new page and compile it! and test it!!! name the gamemode Test and update the server config file and see if it will work !!!! I tried that once and it solve my issue