View Single Post
nhnkl159
Senior Member
Join Date: Jul 2012
Location: Israel 3>
Old 08-12-2015 , 00:44   Re: Command when Round 6
Reply With Quote #3

Quote:
Originally Posted by ThatOneGuy View Post
Code:
new g_iRound = 0;

public OnPluginStart()
{
	HookEvent("round_start", Event_RoundStart);
}

public Action:Event_RoundStart(Handle:hEvent, const String:sName[], bool:bDontBroadcast)
{
	g_iRound++;
	if(g_iRound == 6)
	{
		ServerCommand("sm_test");
	}
	
	return Plugin_Continue;
}

Thx For Trying To Help But Still.. Not Working

the command i want it will do its Display Menu..
nhnkl159 is offline
Send a message via Skype™ to nhnkl159