[HELP]Runtime 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: [HELP]Runtime Error (
/showthread.php?tid=306351)
[HELP]Runtime Error 19 File or Function not found -
eemalekorraks - 26.12.2011
I've update all to 0,3D I got all plugins, also added to server.cfg
Now i added this little base of script here
Under Onplayercommandtext
if (strcmp("/music", cmdtext, true) == 0)
{
PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls");
return 1;
}
As I run my server it gives an runtime error in the console.
But as I remove it,it works again.
All help is appreciated.
Re: [HELP]Runtime Error -
eemalekorraks - 26.12.2011
Could Anyone help?
Re: [HELP]Runtime Error -
eemalekorraks - 26.12.2011
Already solved.