15.01.2012, 21:50
Did you define the label for all players? [MAX_PLAYERS]?
If this is the case use it like:
If this is the case use it like:
pawn Код:
//also create them as player labels
//and delete them like:
DeletePlayer3DTextLabel(playerid,Airwolves[playerid]);
//if u want to delete a global label use:
Delete3DTextLabel(Airwolves);