26.12.2011, 11:59
(
Последний раз редактировалось eemalekorraks; 26.12.2011 в 14:12.
)
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.
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.