03.05.2012, 13:55
I did this now
dont works ^^
I want if a player gets near vinewood(example) he can listen to the song
Код:
public PlayAudioStreamForPoint(playerid, url[], Float:range, Float:xx, Float:yy, Float:zz) { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(IsPlayerInRangeOfPoint(i, 5.0, 816.2269,-1386.7910,13.6079)) { PlayAudioStreamForPlayer(i, "http://*****"); } } } return 1; }
I want if a player gets near vinewood(example) he can listen to the song