AUDIO STREAM HELP???
#5

Why are you declaring a new variable for the distance? Seems redundant to me. Your syntax for the strcmp function is wrong.

PHP код:
if(strcmp(cmdtext"/radiopos"true) == 0)
// Or
if(!strcmp(cmdtext"/radiopos"true)) 
You're declaring numbers as variables. Not possible.
PHP код:
new Float:xFloat:yFloat:z;
GetPlayerPos(playeridxyz);
PlayAudioStreamForPlayer(playerid"URL"xyz20.01); 
Read: https://sampwiki.blast.hk/wiki/Scripting_Basics#Variables
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)