17.02.2012, 12:15
you bumped it again
always try to edit your last post instead of bumping bumping
now if you want to hear it too
should be
its skipping whoever used the command the old way,
this way it will play for anyone connected.
always try to edit your last post instead of bumping bumping
now if you want to hear it too
pawn Code:
if(IsPlayerConnected(i) && (i != playerid))
pawn Code:
if(IsPlayerConnected(i))
this way it will play for anyone connected.

