01.08.2013, 13:27 
	
	
	
		You first reset the value of         timpl to 0, then you destroy the label.. the code will destroy the label-id 0.
Remove this line:
And if you need to reset the timcr, reset it after DestroyDynamic3DTextLabel.
Example:
EDIT: Ops, sorry. Your variables are so similar in this names, i noticed now are different variables. Check if you dont destroy timc label first
	
	
	
	
Remove this line:
Код:
timcr[playerid] = 0;
Example:
Код:
        SetPlayerSkin(playerid, StariSkin[playerid]);
        PlayerInfo[playerid][pDM] = 0;
        IgracUZoni[playerid] = 0;
        SendClientMessage(playerid,SVETLOPLAVA,"[OOC DM Zona] {FFFFFF}Napustili ste OOC DM Zonu.");
        SetPlayerPos(playerid,57.5926,2299.3740,21.7211);
        ResetPlayerWeapons(playerid);
        DestroyDynamic3DTextLabel(timc[playerid]);
        timcr[playerid] = 0;

