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

Showing results 1 to 25 of 140
Search took 0.02 seconds.
Search: Posts Made By: The1Speck
Forum: Scripting 01-28-2015, 21:22
Replies: 19
Views: 5,782
Posted By The1Speck
Re: Writing Include Files (.inc)

So like GET and SET functions? Only way to accomplish what you're asking if I'm understanding correctly.



public GetHandle()
{
return MyArray;
}

public SetCounter(value)
Forum: Plugin/Gameplay Ideas and Requests 01-27-2015, 12:12
Replies: 3
Views: 1,338
Posted By The1Speck
Re: Servers Control Panel

http://www.webhostingtalk.com/showthread.php?t=1043075
Forum: Source Servers (SRCDS) 01-24-2015, 19:39
Replies: 11
Views: 10,186
Posted By The1Speck
Re: In need of CS:GO Server Manager

He wants someone to configure and run his servers for him, not an application to start/stop.
Forum: Plugin/Gameplay Ideas and Requests 01-22-2015, 14:04
Replies: 11
Views: 1,890
Posted By The1Speck
Re: Looking for a Coder: $65 USD Paypal negotiable

Link the thread so you can get paid!

https://forums.alliedmods.net/showthread.php?t=134190
Forum: Plugins 01-21-2015, 14:26
Replies: 878
Views: 451,911
Posted By The1Speck
Re: [CS:GO] KZTimer Final

If you can find out the models/textures then I can add them to the KZErrorBoxFixer plugin for you.
Forum: General 01-21-2015, 12:28
Replies: 1
Views: 703
Posted By The1Speck
Re: MultiGame and my questions.

SecondLife (https://forums.alliedmods.net/showthread.php?t=221815)

You have to edit line 98 if it's CS:GO.

This:
if(StrEqual(GameName, "cstrike"))

To this:
if(StrEqual(GameName, "csgo"))
Forum: Plugins 01-21-2015, 10:16
Replies: 878
Views: 451,911
Posted By The1Speck
Re: [CS:GO] KZTimer Final

KZErrorBoxFixer only precaches the following models:
models/props_wasteland/pipecluster002a.mdl
models/kzmod/buttons/standing_button.mdl
models/kzmod/buttons/stone_button.mdl

Likely will not...
Forum: Plugins 01-21-2015, 10:12
Replies: 3,002
Views: 1,489,445
Posted By The1Speck
Re: Sm_Skinchooser

No, they have to be recompiled for CSGO sadly.
Forum: Plugin/Gameplay Ideas and Requests 01-21-2015, 10:06
Replies: 6
Views: 2,004
Posted By The1Speck
Re: [CSGO] Requesting jailbreak plugins (paying)

My community's server is running several plugins made by myself, join it (link in sig) and tell me if there's anything you like.


We're currently using databomb's ctbanning sytem...
Forum: Plugin/Gameplay Ideas and Requests 01-21-2015, 00:32
Replies: 4
Views: 1,177
Posted By The1Speck
Re: [TF2] Looking for Advanced Map Vote System

If you're interested in the DIY method, the wiki has a tutorial on using menus for selecting maps:https://wiki.alliedmods.net/Menu_API_%28SourceMod%29#Basic_Paginated_Menu. As well as voting right...
Forum: General 01-20-2015, 16:50
Replies: 5
Views: 1,207
Posted By The1Speck
Re: Probleme Cs:Go

Board for jailbreak plugin: https://forums.alliedmods.net/forumdisplay.php?f=155

Fix for CS:GO: https://forums.alliedmods.net/showpost.php?p=2244194&postcount=2383
Forum: Plugins 01-19-2015, 14:13
Replies: 878
Views: 451,911
Posted By The1Speck
Re: [CS:GO] KZTimer Final

Did you do step 3 of the installation guide? Just asking since you didn't mention that in your post.
Forum: Store 01-19-2015, 13:28
Replies: 182
Views: 130,576
Posted By The1Speck
Re: Trails (1.1-alpha)

I'm wondering if it's possible to change how the trails are rendered? On CS:GO they are very faded and depending on the lighting on some maps completely white. Or is this just a limitation of how the...
Forum: Store 01-19-2015, 13:22
Replies: 2
Views: 875
Posted By The1Speck
Re: [CSGO] MAPS + STORE = Problem materials

Had same problem on my deathrun server, ended up only doing 30 trails and hasn't crashed since.

It's hardcoded into CS:GO the material/model limit is it not? I don't believe there is a workaround.
Forum: Plugin/Gameplay Ideas and Requests 01-19-2015, 01:43
Replies: 14
Views: 7,448
Posted By The1Speck
Re: [REQ] Color player models by team color?

Not the turning off or on of the plugin, but per user like he said. I don't see how that's possible with SetEntityRenderColor().
Forum: Plugin/Gameplay Ideas and Requests 01-18-2015, 20:11
Replies: 14
Views: 7,448
Posted By The1Speck
Forum: Source Servers (SRCDS) 01-18-2015, 19:48
Replies: 8
Views: 5,839
Posted By The1Speck
Re: [GS:GO] How to host a server with only one-map (de_dust2?)

Sometimes only a convar is needed to be changed. Not everything requires a plugin :bee:

"mp_match_end_changelevel" = "0" min. 0.000000 max. 1.000000 client replicated - At the end of the match,...
Forum: Plugin/Gameplay Ideas and Requests 01-18-2015, 03:52
Replies: 3
Views: 1,307
Posted By The1Speck
Re: Connect message

Can you be more specific? Such as errors in console?

Did you put the translations file in the sourcemod/translations/ folder?
Forum: Plugins 01-17-2015, 23:20
Replies: 878
Views: 451,911
Posted By The1Speck
Re: [CS:GO] KZTimer Final

Being able to give points defeats the point of the ranking system (oh god that pun). As for timers that's up to the mapmaker, the plugin comes with the button from Portal simply to add buttons to...
Forum: Scripting 01-17-2015, 23:11
Replies: 6
Views: 1,911
Posted By The1Speck
Re: Give a person a credit after every 15 minutes

Time to change all my plugins.. :bacon!:
Forum: Scripting 01-17-2015, 23:10
Replies: 5
Views: 3,159
Posted By The1Speck
Re: [CS:GO] Round limit

The round won't end ever then.

You'll need a plugin that hooks on player_death, checks to see if anyone is left on the team, if not and whoever died was the last alive, call the function...
Forum: Plugin/Gameplay Ideas and Requests 01-17-2015, 11:49
Replies: 2
Views: 1,016
Posted By The1Speck
Re: Buildwars for Cs:go

Panduh's private version of BuildWars works fine on CS:GO from what I've been told. The main problem is there are no maps and you have to port them all over.
Forum: General 01-17-2015, 11:47
Replies: 16
Views: 6,156
Posted By The1Speck
Re: CS:GO server crash/restart due to number of players exceeding the slot restrictio

Agreed, our jailbreak server exceeds the max limit at peak hours, but we are also self-hosting without a panel, using only linux_screen sessions.




Are you using a gameserver CP or just...
Forum: Source Servers (SRCDS) 01-16-2015, 10:59
Replies: 11
Views: 10,186
Posted By The1Speck
Re: In need of CS:GO Server Manager

I find more fun in managing and improving my servers than playing on them to be honest. I feel like that's the same for a lot of users on this forum.
Forum: Plugin/Gameplay Ideas and Requests 01-15-2015, 17:12
Replies: 6
Views: 1,577
Posted By The1Speck
Re: Wanted plugin

Did you even bother to read the description of the plugin?
Showing results 1 to 25 of 140

 
Forum Jump

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


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