19.05.2010, 09:42
Код:
dcmd_startsongforall(playerid, params[]) { for(new b; b<GetMaxPlayers(); b++) if(IsPlayerInRangeOfPoint(b,50.0,-703.0861,963.7906,12.4002)) { for(new a; a<GetMaxPlayers(); a++) PlayerPlaySound(a, 1057, 0.0, 0.0, 0.0); } return 1; }