30.11.2012, 22:21
So I have to post the "new" with my other new lines? and under which Public do i have to post this?? It has to lookelike this?
Код:
if(IsPlayerInRangeOfPoint(playerid.. { StreamStarted[playerid] = 1; PlayAudioStreamForPlayer(playerid, "http://blablabla"); //Like this? } else { if(StreamStarted[playerid] == 1) { StreamStarted[playerid] = 0; StopAudioStreamForPlayer(playerid);// Like this? } }