13.08.2013, 13:58
Hey i got this error:
Here are lines:
Any help?
pawn Код:
warning 213: tag mismatch
pawn Код:
new welcome;
public OnGameModeInit()
welcome = Create3DTextLabel("{FFFFFF}Welcome palyer", -1, 147.23, 50.0, 30.0, 40.0, 1, 1);
public OnGameModeExit()
Delete3DTextLabel(welcome);