SA-MP Forums Archive
help with textdraw - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help with textdraw (/showthread.php?tid=242487)



help with textdraw - Bilawal2050 - 20.03.2011

"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".


Re: help with textdraw - Unknown123 - 20.03.2011

Could you show us your code?


Re: help with textdraw - airsoft - 20.03.2011

Код:
//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


Re: help with textdraw - alpha500delta - 20.03.2011

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...


Re: help with textdraw - Bilawal2050 - 20.03.2011

its not work plz make new