05.12.2009, 13:18
! That's what it was before.
I don't know why, or if it is anything to do with the issue at hand, but I am getting 2 tag mismatch warnings when I compile on lines 46 and 55.
46:
55:
I don't know why, or if it is anything to do with the issue at hand, but I am getting 2 tag mismatch warnings when I compile on lines 46 and 55.
46:
Код:
AFK[playerid] = INVALID_3DTEXT_ID;
Код:
if(AFK[playerid]!= INVALID_3DTEXT_ID) Delete3DTextLabel(AFK[playerid]);