I need help!(again)
#1

After many attempts i add the code " PlayAudioStreamForPlayer(playerid, "http://************/ovsso55);" After adding this i get this error....

Код:
C:\Users\Luke\Desktop\SCRIPT\gamemodes\SBRP.pwn(152) : error 037: invalid string (possibly non-terminated string)
C:\Users\Luke\Desktop\SCRIPT\gamemodes\SBRP.pwn(152) : error 029: invalid expression, assumed zero
C:\Users\Luke\Desktop\SCRIPT\gamemodes\SBRP.pwn(152) : error 029: invalid expression, assumed zero
C:\Users\Luke\Desktop\SCRIPT\gamemodes\SBRP.pwn(152) : fatal error 107: too many error messages on one line
The Line.

Код:
// FORWARDS
forward UnsetKick(playerid);
public UnsetKick(playerid)
{
	Kick(playerid);
}
forward UnsetConnection(playerid);
public UnsetConnection(playerid)
{
	PlayAudioStreamForPlayer(playerid, "http://************/ovsso55);
	SetPlayerCameraPos(playerid, 0.0, 0.0, 0.0);
	SetPlayerCameraLookAt(playerid, 0.0, 0.0, 0.0);
}
Reply


Messages In This Thread
I need help!(again) - by BarFix - 09.08.2015, 12:32
Re: I need help!(again) - by Syzygy1 - 09.08.2015, 12:48
Re: I need help!(again) - by jlalt - 09.08.2015, 12:50
Re: I need help!(again) - by BarFix - 09.08.2015, 12:51

Forum Jump:


Users browsing this thread: 1 Guest(s)