SA-MP Forums Archive
Run time error 20 (Audio Plugin) - 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: Run time error 20 (Audio Plugin) (/showthread.php?tid=284868)



Run time error 20 (Audio Plugin) - Xx_OutLawZ_xX - 21.09.2011

Hello,
I get this message in my console when starting up my test server.

PHP код:
Audio PluginStarted TCP server on port 77
Bud v1.0.3 BETA loaded
.
Script[gamemodes/lvdm.amx]: Run time error 20"Invalid index paremater (bad entry point)" 
How may i solve this problem, Thanks.


Re: Run time error 20 (Audio Plugin) - [HiC]TheKiller - 21.09.2011

Add

pawn Код:
main()
{
}
To your script.


Re: Run time error 20 (Audio Plugin) - Xx_OutLawZ_xX - 21.09.2011

Oh, I see. Thanks