13.01.2015, 14:52
As Jonathan just said above, it would be better using this:
And you forgot to replace the "playerid" in your PlayerPlaySound into "i".
pawn Код:
for(new i; i < MAX_PLAYERS; i++)
pawn Код:
PlayerPlaySound(i, 1058, 0.0, 0.0, 0.0);