Help with 1ERROR!
#1

I have only 1 error and i need help...
here is the ERROR and Warnings:

Код:
C:\Users\Nicklas\Desktop\PRP\gamemodes\PRP.pwn(13861) : warning 202: number of arguments does not match definition
C:\Users\Nicklas\Desktop\PRP\gamemodes\PRP.pwn(13861) : error 036: empty statement
C:\Users\Nicklas\Desktop\PRP\gamemodes\PRP.pwn(13867) : warning 209: function "StreamScaryMusic" should return a value


1 Error.
And here is the code:
Код:
public StreamScaryMusic(playerid)
{
    if(IsPlayerConnected(playerid))
	{
		if(IsPlayerInRangeOfPoint(playerid,-2097.8840,2714.8054,163.9876));
		{
			PlayAudioStreamForPlayer(playerid,"http://205.196.120.224/1bdskxj5catg/ltnktunymuk/Free+Halloween+Music+mixed+by+MonsterPulse.mp3,20,1"); //Like this?
			return true;
		}
	}
}
Reply


Messages In This Thread
Help with 1ERROR! - by goviscrap - 01.12.2012, 00:33
Re: Help with 1ERROR! - by JaKe Elite - 01.12.2012, 00:36
Re: Help with 1ERROR! - by goviscrap - 01.12.2012, 00:42
Re: Help with 1ERROR! - by JaKe Elite - 01.12.2012, 00:49
Re: Help with 1ERROR! - by goviscrap - 01.12.2012, 01:07
Re: Help with 1ERROR! - by goviscrap - 01.12.2012, 01:11
Re: Help with 1ERROR! - by JaKe Elite - 01.12.2012, 01:11
Re: Help with 1ERROR! - by NumbSkull - 01.12.2012, 01:14
Re: Help with 1ERROR! - by goviscrap - 01.12.2012, 01:49
Re: Help with 1ERROR! - by JaKe Elite - 01.12.2012, 02:08

Forum Jump:


Users browsing this thread: 2 Guest(s)