16.07.2012, 23:46
pawn Код:
// Top of the script
new Text3D:Enter;
new Text3D:Exit;
// onGameModeInit
public OnGameModeInit()
SetGameModeText("Testing");
Enter = Create3DTextLabel("Please press /enter", 0x000000, 1341.5411, -1675.3422, 17.7164, 20.0, -1, 0);
Exit = Create3DTextLabel("Please press /exit", 0x000000, 963.70001221, -53.29999924, 1000.70001221, 20.0, -1, 0);
Update3DTextLabelText(Enter, 0x000000, "Please press /enter");
Update3DTextLabelText(Exit, 0x000000, "Please press /exit");