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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Mathias.
Forum: General 03-28-2019, 21:53
Replies: 111
Views: 37,462
Posted By Mathias.
Re: New update 28/03/2019 - crashing servers ?

gotta wait for the metamod source update first and the windows build failed so we gotta wait.
Forum: Plugin/Gameplay Ideas and Requests 03-23-2019, 13:48
Replies: 12
Views: 3,737
Posted By Mathias.
Re: CS:GO -> MOHAA Freeze-Tag

No but I can give the source, I don't really have time to work on it atm if you wish to finish it.


#pragma semicolon 1
#include <sourcemod>
#include <sdktools>
#pragma newdecls required
...
Forum: Plugin/Gameplay Ideas and Requests 03-22-2019, 19:13
Replies: 12
Views: 3,908
Posted By Mathias.
Re: [CS:GO] Looking For Server Owners To Test Out Anti-Cheat | Feedback Ideas Request

Ya and once your confident enough you start banning on reliable value that you 100% sure that you have to be cheating for reaching those values. I've worked with Fair Fight on razer arena and it was...
Forum: Plugin/Gameplay Ideas and Requests 03-22-2019, 12:56
Replies: 12
Views: 3,908
Posted By Mathias.
Re: [CS:GO] Looking For Server Owners To Test Out Anti-Cheat | Feedback Ideas Request

If I were in your place, developing an anti-cheats, I will gather as much data possible and compare them with a variety of players then compare it with data that you will generate by cheating before...
Forum: Scripting 03-22-2019, 10:34
Replies: 3
Views: 2,725
Posted By Mathias.
Re: Enum structs

In 1.10 it compiles when I remove the semi-colon. Just stating this to get it out of the way.

I've made a very slight change to the enum struct syntax. The final closing brace (}) must now be...
Forum: Plugin/Gameplay Ideas and Requests 03-22-2019, 09:24
Replies: 12
Views: 3,908
Posted By Mathias.
Re: [CS:GO] Looking For Server Owners To Test Out Anti-Cheat | Feedback Ideas Request

He mean the constant turn speed while mid air doing a jump. If the value is too smooth it could be a script that help you strafe for your bunny hops
Forum: Scripting 03-20-2019, 17:29
Replies: 3
Views: 1,405
Posted By Mathias.
Re: Set user skin, set weapon skins.

I think you are not allowed to change player weapons skins anymore because valve claim it will damage their economy and will ban your server from the community list. The irony is that, in court, they...
Forum: General 03-20-2019, 09:05
Replies: 2
Views: 853
Posted By Mathias.
Forum: General 03-19-2019, 21:11
Replies: 4
Views: 989
Posted By Mathias.
Re: Server goes super laggy

what I suggest you is to test step by step, create a new server, only add workshop maps see if you have the issue, if not install metamod and source mod, if no issue start adding your plugins and see...
Forum: Scripting 03-19-2019, 21:08
Replies: 14
Views: 3,799
Posted By Mathias.
Re: [CS:GO] Force +attack and -attack on bots

Glad I could help, don't forget to clear timers on round start if they aren't
Forum: Scripting 03-19-2019, 18:49
Replies: 14
Views: 3,799
Posted By Mathias.
Re: [CS:GO] Force +attack and -attack on bots

this is just a small example of what they meant by using timer with OnPlayerUseCmd
you will have to clear your timers when client leave or join, on round start etc...

this is untested and I have...
Forum: General 03-19-2019, 18:25
Replies: 4
Views: 989
Posted By Mathias.
Re: Server goes super laggy

sm version
meta version
os and specs would be a good start
Forum: Scripting 03-19-2019, 15:22
Replies: 8
Views: 2,201
Posted By Mathias.
Re: CharToLower()

oh sorry we just forgot to tell you "you are a bad programmer".
jk lol, welcome :)
Forum: Scripting 03-19-2019, 14:15
Replies: 8
Views: 2,201
Posted By Mathias.
Re: CharToLower()

CharToLower only take 1 char not a string but you can accomplish what you are looking for with Wyon answer
Forum: General 03-18-2019, 23:45
Replies: 2
Views: 853
Posted By Mathias.
Is SM on dota 2 still a thing

Was just wondering if SM on dota 2 is still a thing, since source 2 came out.
Forum: Plugin/Gameplay Ideas and Requests 03-18-2019, 17:07
Replies: 12
Views: 3,737
Posted By Mathias.
Re: CS:GO -> MOHAA Freeze-Tag

Thanks allot I will look it up when I get some time this week.
Forum: Plugin/Gameplay Ideas and Requests 03-17-2019, 21:49
Replies: 12
Views: 3,737
Posted By Mathias.
Re: CS:GO -> MOHAA Freeze-Tag

Sounds great, I haven't work on it today and I will be really busy this week but I will try to find sometime to complete it. I had issues with RayTracing to allow players to unfreeze from a distance...
Forum: Scripting 03-17-2019, 15:48
Replies: 2
Views: 1,163
Posted By Mathias.
Re: Problem with cordinates

https://forums.alliedmods.net/showthread.php?p=1992342
this plugin has forwards otherwise look in the code, he creates zone with only 2 points like you want.
Forum: Scripting 03-17-2019, 14:47
Replies: 6
Views: 1,859
Posted By Mathias.
Re: Get JSON response in Chat /Help/CS:GO

Oh sorry I didn't even notice it.
Forum: Plugin/Gameplay Ideas and Requests 03-17-2019, 04:04
Replies: 12
Views: 3,737
Posted By Mathias.
Re: CS:GO -> MOHAA Freeze-Tag

I've started to work on a prototype, doesn't look too bad so far.

https://steamuserimages-a.akamaihd.net/ugc/996891115128930272/735FCBE3F75BC9F20322F525DB16255B3CFAC3C5/...
Forum: Scripting 03-16-2019, 17:26
Replies: 10
Views: 4,016
Posted By Mathias.
Re: [CSGO] auto bots kicker!!

Don't worry with it too much, its the scripting section not plugin request, OP should be able to modify your answer the way he needs it.
Forum: Scripting 03-16-2019, 17:20
Replies: 15
Views: 3,069
Posted By Mathias.
Re: [CS:GO] Detect if a player spawned in a buyzone

One more thing GivePlayerItem defuser doesn't seem to work you can just set m_bHasDefuser to 1.
Also I've cleaned the code a little more, you just have to do the same for the weapons and etc..

...
Forum: Scripting 03-16-2019, 17:02
Replies: 15
Views: 3,069
Posted By Mathias.
Re: [CS:GO] Detect if a player spawned in a buyzone

I've setup a timer instead of frame request. I haven't had issue this time.


#pragma semicolon 1
#include <sourcemod>
#include <clientprefs>
#include <sdkhooks>
#include <sdktools>
#include...
Forum: Scripting 03-16-2019, 16:52
Replies: 15
Views: 3,069
Posted By Mathias.
Re: [CS:GO] Detect if a player spawned in a buyzone

Your are indeed correct, it only work on players, I guess the value is change later for bots for some reasons. I will setup a working example with bots just give me a few minutes.
Forum: Scripting 03-16-2019, 16:39
Replies: 15
Views: 3,069
Posted By Mathias.
Re: [CS:GO] Detect if a player spawned in a buyzone

#pragma semicolon 1
#include <sourcemod>
#include <clientprefs>
#include <sdkhooks>
#include <sdktools>
#include <cstrike>
#pragma newdecls required

public Plugin myinfo =
{
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 05:49.


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