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

Showing results 1 to 25 of 404
Search took 0.01 seconds.
Search: Posts Made By: CamerDisco
Forum: Scripting 08-10-2018, 14:16
Replies: 6
Views: 1,186
Posted By CamerDisco
Re: DR script causes server to crash on slay

It shouldn't be void, it returns INT
Forum: Plugins 05-06-2018, 13:29
Replies: 394
Views: 125,353
Posted By CamerDisco
Re: VPP Gaming Network Motd Adverts [HTML5]

So if you implemented your own cache busted system please add a natives to open motd urls.
Forum: General 03-09-2018, 14:27
Replies: 6
Views: 1,329
Posted By CamerDisco
Re: Can I use Another MySQL version in SM?

I hear often about this problem, why sm team can't compile a good version of mysql?
Forum: Scripting 02-20-2018, 16:15
Replies: 4
Views: 3,278
Posted By CamerDisco
Re: [CS:GO] remove blur on scope - sg556/aug

by setting fov

SetEntProp(client, Prop_Send, "m_iFOV", 270);
Forum: Scripting 02-11-2018, 12:12
Replies: 2
Views: 721
Posted By CamerDisco
Re: [ h3LP ] Hook Score Message

https://wiki.alliedmods.net/Counter-Strike:_Global_Offensive_Events#cs_win_panel_match
Forum: Extensions 01-27-2018, 10:07
Replies: 129
Views: 102,653
Posted By CamerDisco
Forum: Extensions 01-27-2018, 09:12
Replies: 129
Views: 102,653
Posted By CamerDisco
Forum: Extensions 01-27-2018, 07:26
Replies: 129
Views: 102,653
Posted By CamerDisco
Forum: Scripting 01-26-2018, 19:55
Replies: 11
Views: 4,528
Posted By CamerDisco
Re: Remove slowing down when player hurt

Did you try https://sm.alliedmods.net/new-api/convars/SendConVarValue ?
Forum: Scripting 10-11-2017, 15:46
Replies: 4
Views: 1,112
Posted By CamerDisco
Re: New line for ban message.

It's html, so <br />, you can also use font colors etc.
Forum: General 10-09-2017, 16:31
Replies: 7
Views: 1,904
Posted By CamerDisco
Re: [CS:GO] Updating Servers (Windows)

If you are using vps/dedicated server maybe you should change owner of these files to root and run server as a some normal user?
Forum: Plugin/Gameplay Ideas and Requests 10-08-2017, 14:37
Replies: 5
Views: 1,327
Posted By CamerDisco
Re: [CS:GO] No killing during warmup

As I remember I had problem with SDKHook_TraceAttack because it doesn't operate damage from molotov, so well that you add OnTakeDamage too.
Forum: Scripting 09-18-2017, 16:27
Replies: 13
Views: 2,676
Posted By CamerDisco
Re: [CS:GO] i can't get my "vip start items" plugin to work (Please help me)

It:

if (GetUserFlagBits(id) & (ADMFLAG_RESERVATION | ADMFLAG_RESERVATION) == (ADMFLAG_RESERVATION | ADMFLAG_RESERVATION))

looks strange, let's just try:

if (GetUserFlagBits(id) &...
Forum: Scripting 09-18-2017, 16:22
Replies: 4
Views: 935
Posted By CamerDisco
Re: [CSGO] MySQL Insert error

Probably you should escaping 'code' if you don't escape
Forum: Scripting 09-13-2017, 12:15
Replies: 3
Views: 839
Posted By CamerDisco
Re: Altering in-game chat

#include <basecomm>

...

BaseComm_IsClientGagged(client)
Forum: Plugin/Gameplay Ideas and Requests 09-08-2017, 14:20
Replies: 10
Views: 1,861
Posted By CamerDisco
Re: Connect admin.cfg between servers!

Yes, you can store file somewhere and download him by system2.
Forum: Plugin/Gameplay Ideas and Requests 09-02-2017, 08:53
Replies: 3
Views: 911
Posted By CamerDisco
Re: How to send an email when an event happens

Yes, it's possible, the best will be php script + http request in plugin to him, I think.
Forum: Plugin/Gameplay Ideas and Requests 08-29-2017, 10:28
Replies: 8
Views: 2,571
Posted By CamerDisco
Re: [CS:GO] Twitch/Discord Alerts In-Game [PAID]

I thought about simple php script who will be use this api what you sent, he'll return 0 or 1(stream offline or stream online). Also I think about a normal request to this api by steamworks and get...
Forum: Plugin/Gameplay Ideas and Requests 08-29-2017, 09:49
Replies: 8
Views: 2,571
Posted By CamerDisco
Re: [CS:GO] Twitch/Discord Alerts In-Game [PAID]

I can do it for you, contact me: http://steamcommunity.com/id/kejmerdisco/
Forum: Plugin/Gameplay Ideas and Requests 08-28-2017, 06:05
Replies: 4
Views: 939
Posted By CamerDisco
Re: [CS:GO] !kit req

Thanks shanapu, I will remember this ;)
Forum: Plugin/Gameplay Ideas and Requests 08-27-2017, 15:37
Replies: 4
Views: 939
Posted By CamerDisco
Re: [CS:GO] !kit req

Should work

#pragma semicolon 1

#define PLUGIN_AUTHOR "CamerDisco"
#define PLUGIN_VERSION "1.00"

#include <sourcemod>
#include <sdktools>
Forum: Scripting 08-27-2017, 15:30
Replies: 14
Views: 2,226
Posted By CamerDisco
Re: Problem w/ speed timer

Start loop from 1.
Forum: Scripting 08-27-2017, 15:28
Replies: 2
Views: 666
Posted By CamerDisco
Re: change GetClientCookieTime ?

iTimeBanned is a timestamp, so:

int iTimeBanned = (GetClientCookieTime(client, g_CT_Cookie))-10800;
Forum: Scripting 08-26-2017, 17:32
Replies: 6
Views: 1,227
Posted By CamerDisco
Re: Model names

Yes, you can use csgo sdk, it has a good model viewer.
Forum: Scripting 08-26-2017, 17:31
Replies: 3
Views: 985
Posted By CamerDisco
Re: item_coop_coin

I think use Sdkhook on OnEntityCreated
Showing results 1 to 25 of 404

 
Forum Jump

All times are GMT -4. The time now is 14:23.


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