help with textdraw
#1

"Hello everyone, I am having a problem with a timer. I need a timer of 5 minutes in text draw, and at the end of the timer I need the next GM to start, I tried to make it, but it isn't working".
Reply
#2

Could you show us your code?
Reply
#3

Код:
//Top Of Script
forward NextRound();
public OnGamemodeInit()
{
SetTimer("NextRound",300000,false);
return 1;
}
public NextRound()
{
SendRconCommand("gmx");
//OR YOU CAN DO OnGameModeExit();
return 1;
}
Post again if it dont work
Reply
#4

Quote:
Originally Posted by Bilawal2050
Посмотреть сообщение
"Hello everyone, I am having a problem with a timer. I need a timer of 5 minutes in text draw, and at the end of the timer I need the next GM to start, I tried to make it, but it isn't working".
You can try posting in normal format without red... You are acting like a n00b now.
Also, try searching the wiki...
Reply
#5

its not work plz make new
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)