Raised This Month: $51 Target: $400
 12% 

helpz me blisz


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Markiez
Junior Member
Join Date: Mar 2018
Location: somewhere over the rainb
Old 05-14-2018 , 12:55   helpz me blisz
Reply With Quote #1

Code:
#pragma semicolon 1

#include <sourcemod>
#include <cstrike>
#include <sdktools>

#pragma newdecls required

public void OnPluginStart()
{
	HookEvent("player_spawn", Event_Spawn);
}

public Action Event_Spawn(Event event, const char[] name, bool dontBroadcast)
{
	if (GetTeamClientCount(CS_TEAM_CT) == 5 && GetTeamClientCount(CS_TEAM_T) == 5)
	{
		Kniferoundcykablyat();
	}
}
is this the way to go when I want a kniferound to start when there's five players in each teams?
or can I do it any other way.
__________________
bool am_I_retarded = true;
Markiez is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:45.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode