<?php
CASE "!tt":
IF ( UserIsAdmin( $userName ) == 1 )
THEN
privMsg("Priv: This is a forward slash ^s");
GlobalMsg("Global: This is a forward slash ^s");
SetStoredValue("TestVarString","This is a forward slash ^s");
privmsg("GetstoredValue: ".GetStoredValue("TestVarString"));
SetUserStoredValue($userName,"UserTestVarString","This is a forward slash ^s");
privmsg("GetUserStoredValue: ".GetUserStoredValue($userName,"UserTestVarString"));
ENDIF
BREAK;
?>
V2.01(05-02-2019)
Add: StageNames: Now possible to change the default names, in the SetStageMenu.
Add: Systemcheck before starting. (File/Dir check)
Fix: HUD: Last car used still visible on top HUD when spectating or pit.
Fix: HUD: Wrong sectortimes when driving the stage for the first time.
Fix: CarClasses: Wrong message when a car doesnt meet the restriction requirements.
Fix: CarClasses: Didnt reconise the restricted cars from the timetable.
Fix: New best sectortimes werent loaded propely.
Fix: Could start on yellow light sometimes.
Fix: Other small fixes/optimizations.