AUDIO STREAM HELP???
#1

[pawno]
if (strcmp("/radiopos", cmdtext, true) == 0)
{
new Float:X, Float:Y, Float:Z, Float:Distance = 5.0;
GetPlayerPos(playerid, X, Y, Z);
PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls", X, Y, Z, Distance, 1);
return 1;
}
return 0;
}
[/pawno]

Help please!

I have errors on: new Float:X, Float:Y, Float:Z, Float:Distance = 5.0;
And i have errors on: GetPlayerPos(playerid, X, Y, Z);

Help please!
Reply


Messages In This Thread
AUDIO STREAM HELP??? - by Mill - 31.12.2015, 17:13
Re: AUDIO STREAM HELP??? - by Kitten - 31.12.2015, 17:18
Re: AUDIO STREAM HELP??? - by GeneralAref - 31.12.2015, 17:19
Re: AUDIO STREAM HELP??? - by Mill - 31.12.2015, 17:46
Re: AUDIO STREAM HELP??? - by AndySedeyn - 31.12.2015, 18:15
Re: AUDIO STREAM HELP??? - by Mill - 31.12.2015, 18:25
Re: AUDIO STREAM HELP??? - by Mill - 31.12.2015, 18:33

Forum Jump:


Users browsing this thread: 1 Guest(s)