SA-MP Forums Archive
Server_Log Error - 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: Server_Log Error (/showthread.php?tid=582938)



Server_Log Error - Jigsaw123 - 24.07.2015

Hey guys, On my server, the script works fine and it compiles with no errors, however in the log I get one error..

Код:
[12:05:38] Script[gamemodes/PCF-RP.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
[12:05:38] Number of vehicle models: 0
Also in my server, when someone registers everything works fine but when they relog their skin and gender and everything is gone.. I think that the error I get in my log might fix this aswell..
Thank you!

((If any lines needed, please ask!))


AW: Server_Log Error - Mencent - 24.07.2015

Hello!

Do you have this in your script?
PHP код:
main()
{
    print(
"\n----------------------------------");
    print(
" Blank Gamemode by your name here");
    print(
"----------------------------------\n");

- Mencent


Re: Server_Log Error - Jigsaw123 - 24.07.2015

@Mencent - Thank you brother +Rep.