SA-MP Forums Archive
Help Script - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help Script (/showthread.php?tid=524025)



Help Script - TheLovely - 04.07.2014

Error!

Quote:

if (strcmp("/radiopos", cmdtext, true) == 0)
{
new Float,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
PlayAudioStreamForPlayer(playerid, "http://mountainvalley.altervista.org/Avicii%20-%20Hey%20Brother.mp3", x,y,z-1, 0, 0, 0);
return 1;
}

Quote:

warning 202: number of arguments does not match definition




Re: Help Script - TheLovely - 04.07.2014

Help Me!


Re: Help Script - rickisme - 04.07.2014

https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer look the Parameters


Re: Help Script - TheLovely - 04.07.2014

Help Me!