01.12.2012, 00:33
I have only 1 error and i need help...
here is the ERROR and Warnings:
And here is the code:
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.
Код:
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; } } }