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

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Certified_GSD
Forum: Scripting 01-23-2021, 20:07
Replies: 2
Views: 585
Posted By Certified_GSD
Re: [CS:GO] Help with Timer and CSay

Thanks, that's a good resource to use.


I did get the code to work using this:

#include <sourcemod>

public Plugin myinfo =
{
name = "Overtime Alert",
Forum: Scripting 01-23-2021, 00:40
Replies: 2
Views: 585
Posted By Certified_GSD
[CS:GO] Help with Timer and CSay

Hello Folks,


I'm trying to get a simple plugin together that just runs a timer on round_start and as soon as the timer passes, it will push a center message to all players similar to the !csay...
Forum: Plugin/Gameplay Ideas and Requests 01-21-2021, 12:14
Replies: 2
Views: 834
Posted By Certified_GSD
[REQ] CS:GO Weapon Spawner/Placer (Auto or Manual)

Hey there,


I'm looking to operate a Trouble in Terror Town server in CS:GO and some of the older maps that I have saved from many years ago in 2015 and 2016 seemed to have been broken, namely...
Forum: Suggestions / Requests 01-21-2021, 11:16
Replies: 3
Views: 762
Posted By Certified_GSD
Re: Admin Color chat using basechat.sp

void SendChatToAll(int client, const char[] message)
{
char nameBuf[MAX_NAME_LENGTH];

for (int i = 1; i <= MaxClients; i++)
{
if (!IsClientInGame(i) || IsFakeClient(i))
{
continue;
}
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -4. The time now is 06:18.


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