05.11.2018, 18:57
I'm not quite sure it's a compliment.
Also, why do you need 15 different variables that contain nothing useful? PlayAudioStreamForPlayer does not return anything that you need to save.
Must be the worst way to loop through all the players. MAX_PLAYERS define exists for a reason.
There's just so much wrong with it I would spend until tomorrow morning to list everything out, so I'll just stop here.
Also, why do you need 15 different variables that contain nothing useful? PlayAudioStreamForPlayer does not return anything that you need to save.
Code:
for(new i=0; i<250; i++) {
There's just so much wrong with it I would spend until tomorrow morning to list everything out, so I'll just stop here.