help with textdraw
#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


Messages In This Thread
help with textdraw - by Bilawal2050 - 20.03.2011, 05:58
Re: help with textdraw - by Unknown123 - 20.03.2011, 06:02
Re: help with textdraw - by airsoft - 20.03.2011, 08:06
Re: help with textdraw - by alpha500delta - 20.03.2011, 09:39
Re: help with textdraw - by Bilawal2050 - 20.03.2011, 11:54

Forum Jump:


Users browsing this thread: 1 Guest(s)