AUDIO STREAM HELP???
#6

Quote:
Originally Posted by AndySedeyn
Посмотреть сообщение
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

Im getting these errors

Quote:

C:\Users\BOBIS\Desktop\FreeroamLatvianUD\gamemodes \freeroam.pwn(1336) : error 003: declaration of a local variable must appear in a compound block
C:\Users\BOBIS\Desktop\FreeroamLatvianUD\gamemodes \freeroam.pwn(1336) : warning 221: label name "Float" shadows tag name
C:\Users\BOBIS\Desktop\FreeroamLatvianUD\gamemodes \freeroam.pwn(1336) : error 017: undefined symbol "x"
C:\Users\BOBIS\Desktop\FreeroamLatvianUD\gamemodes \freeroam.pwn(1336) : warning 215: expression has no effect
C:\Users\BOBIS\Desktop\FreeroamLatvianUD\gamemodes \freeroam.pwn(1337) : error 017: undefined symbol "x"
C:\Users\BOBIS\Desktop\FreeroamLatvianUD\gamemodes \freeroam.pwn(133 : error 017: undefined symbol "x"
C:\Users\BOBIS\Desktop\FreeroamLatvianUD\gamemodes \freeroam.pwn(1336) : warning 203: symbol is never used: "Float"
C:\Users\BOBIS\Desktop\FreeroamLatvianUD\gamemodes \freeroam.pwn(1336 -- 1342) : error 021: symbol already defined: "PlayerPlaySound"
C:\Users\BOBIS\Desktop\FreeroamLatvianUD\gamemodes \freeroam.pwn(1336 -- 1343) : error 010: invalid function or declaration
C:\Users\BOBIS\Desktop\FreeroamLatvianUD\gamemodes \freeroam.pwn(1336 -- 1343) : fatal error 107: too many error messages on one line

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)