Raised This Month: $ Target: $400
 0% 

Showing results 1 to 10 of 10
Search took 0.02 seconds.
Search: Posts Made By: Terminator1337
Forum: Scripting 02-28-2015, 19:16
Replies: 3
Views: 666
Posted By Terminator1337
Killing timers is crashing my plugin

Hi there,

I'm currently making a warden plugin with different types of timers to print stuff to everyone, and handle client mutes. So, during the round start event I reset the timers using this...
Forum: Scripting 02-23-2015, 11:23
Replies: 1
Views: 729
Posted By Terminator1337
Preventing someone from joining CT if the ratio is not 3 terrorists to 1 ct

Hi there, I wrote this code:

HookEvent("player_team", Player_SwitchTeam, EventHookMode_Pre);

public Action:Player_SwitchTeam(Handle:event, const String:name[], bool:dontBroadcast)
{
new...
Forum: Scripting 02-23-2015, 10:05
Replies: 3
Views: 507
Posted By Terminator1337
Re: EmitSoundToClient is crashing my plugin

Thanks for the help powerlord, I didn't realize the method you had to use in CS:GO (fake precaching). It works great now.
Forum: Scripting 02-23-2015, 09:34
Replies: 3
Views: 507
Posted By Terminator1337
EmitSoundToClient is crashing my plugin

I'm currently writing a jailbreak warden plugin, but whenever I try to play a sound when a warden is chosen is crashes the plugin. My code follows:

for (new i = 1; i <= MAXPLAYERS; i++)...
Forum: Scripting 01-07-2015, 21:02
Replies: 6
Views: 1,916
Posted By Terminator1337
Give a person a credit after every 15 minutes

Hi there,

I'm having a little bit of trouble with timers. What I want to do is give a player a credit every 15 minutes, starting from when they join the server. What would be the best way to do...
Forum: Scripting 01-04-2015, 15:22
Replies: 1
Views: 540
Posted By Terminator1337
How to make seconds in hours, mins, then leftover seconds?

Hi there,

I'm all done with the core functionality of my plugin that records player time on my community's servers to a SQL database. But, I'm having some issues showing the user how much time...
Forum: Scripting 01-04-2015, 10:54
Replies: 4
Views: 1,248
Posted By Terminator1337
Forum: Scripting 01-03-2015, 18:29
Replies: 4
Views: 1,248
Posted By Terminator1337
Having trouble figuring out if a steam id already exists in a database

Hi there,

I wrote this code:

public bool:PlayerExists(client)
{
new String:name[255], String:steamid[255];

GetClientName(client, name, sizeof(name));
GetClientAuthString(client,...
Forum: Scripting 01-03-2015, 09:46
Replies: 2
Views: 691
Posted By Terminator1337
How to measure the amount of time a person has been on the server

Hi there,

I'm creating a plugin that will record the amount of time a person has been on the server. I thought of recording GetGameTime() at the time the person joins the server, then subtracting...
Forum: SourceBans / SourceBans++ 01-01-2015, 12:42
Replies: 1
Views: 691
Posted By Terminator1337
Sourcebans successfully connected with everything, but admins are not given powers

Hi there,

I successfully set up Sourcebans 1.5f (forked) on my CS:GO server on Sourcemod 1.6.3 and metamod 1.10. The installation was fine and it's connecting with my database, but for some reason...
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT -4. The time now is 16:56.


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