public OnGameModeInit() { print("Testing..."); SetTimer("message", 1000, false); // Set a timer of 1000 miliseconds (1 second) }