Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $
Target: $400
0%
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.04
seconds.
Search:
Posts Made By:
DarkDeviL
Forum:
Scripting
Yesterday, 13:05
Replies:
2
SourceMod extension: how to get server's IP?
Views:
154
Posted By
DarkDeviL
Re: SourceMod extension: how to get server's IP?
#include <SteamWorks>
// [... all your other code ...]
char sPublicIP[64];
int iPublicIP[4];
if (SteamWorks_GetPublicIP(iPublicIP)) {
Format(sPublicIP, sizeof(sPublicIP),...
Forum:
Source Servers (SRCDS)
02-23-2021, 18:00
Replies:
4
Need help with changing address
Views:
177
Posted By
DarkDeviL
Re: Need help with changing address
You won't be able to do it with "deathmatchserver1" alone...
If you however have a domain for your gaming community, e.g. "example.com", then most domain registries include some sort of basic...
Forum:
SourceMod Anti-Cheat
02-22-2021, 19:42
Replies:
1
SMAC errors - need a urgent fix
Views:
162
Posted By
DarkDeviL
Re: SMAC errors - need a urgent fix
Install the language files in addons/sourcemod/translations?
Forum:
Unapproved Plugins
02-21-2021, 23:16
Replies:
212
[CS:GO] Weapon Stickers (!stickers)
Views:
40,311
Posted By
DarkDeviL
Re: [CS:GO] Weapon Stickers (!stickers)
By posting only 1 out of (typically, at least 10+) lines involved in error logs, then no, no one will be able to help you that way.
Post the whole error log at the timestamp of the issue, and put...
Forum:
Plugins
02-21-2021, 12:37
Replies:
34
[CS:GO] No Dupe Account (1.2.1, 2021-02-24)
Views:
1,338
Posted By
DarkDeviL
Re: [CS:GO] No Dupe Account (1.1.0, 2021-02-21)
Correct.
Forum:
Extensions
02-15-2021, 08:22
Replies:
98
REST in Pawn 1.2 - HTTP client for JSON REST APIs (Updated 2021/02/07)
Views:
49,944
Posted By
DarkDeviL
Re: REST in Pawn 1.2 - HTTP client for JSON REST APIs (Updated 2021/02/07)
Mind if I ask, how are you recording your demos in JPEG?
Sounds like PICNIC (https://en.wikipedia.org/wiki/User_error).
You're looping through, ... and getting the demo files into the...
Forum:
Source Servers (SRCDS)
02-12-2021, 19:59
Replies:
1
[CSGO] Has anyone managed to create a LAN server online?
Views:
276
Posted By
DarkDeviL
Re: [CSGO] Has anyone managed to create a LAN server online?
That stuff has been answered multiple times already, see:
-> 2016: Other get the error: "Failed to join game." (CS:GO) - Post #2 (https://forums.alliedmods.net/showpost.php?p=2392068&postcount=2),...
Forum:
SourceBans / SourceBans++
02-01-2021, 04:39
Replies:
3
SourceBans & IPS 4.4 Data Pulling
Views:
652
Posted By
DarkDeviL
Re: SourceBans & IPS 4.4 Data Pulling
The major issue with something like this is that no one really have the option to look into IPS, and how it does it stuff, unless they pay the price for a license...
If IPS is extendable/modular...
Forum:
SourceBans / SourceBans++
02-01-2021, 04:23
Replies:
3
[SOLVED] Is there any interface ? API ?
Views:
1,246
Posted By
DarkDeviL
Re: Is there any interface ? API ?
Within SourceMod plugins, the official SourceBans allows you these forwards:
scripting/include/sourcebans.inc...
Forum:
Plugin/Gameplay Ideas and Requests
01-29-2021, 02:16
Replies:
7
[error-help] VIP R1KO
Views:
362
Posted By
DarkDeviL
Re: [error-help] VIP R1KO
TranslationPhraseExists (https://sm.alliedmods.net/new-api/lang/TranslationPhraseExists) was merged into SourceMod with PR 669, on 2017-11-21 (https://github.com/alliedmodders/sourcemod/pull/669).
...
Forum:
Plugins
01-23-2021, 23:06
Replies:
32
[ANY] Keep Player Name
Views:
2,187
Posted By
DarkDeviL
Re: [ANY] Keep Player Name [Updated 23-01-21] Version 1.1.3
Don't worry, just make it even better... :)
Maybe if you did the actual coding properly, it would work properly too? The errors are signs that you are not doing things "properly".
Your code...
Forum:
Unapproved Plugins
01-20-2021, 12:15
Replies:
1,546
[CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !nametag]
Views:
566,592
Posted By
DarkDeviL
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Then don't run this pluigin, or any other plugin, which is crossing the Valve guidelines.
No, there is technically no "evidence" of such, but solely claims.
Some of these claims do however...
Forum:
Scripting
01-18-2021, 17:10
Replies:
3
How to convert feets/s or meters/s to units/s
Views:
236
Posted By
DarkDeviL
Re: How to convert feets/s or meters/s to units/s
They are just normal calculations regardless which programming/scripting language you are in..
A simple 100 * 42 calculation:
int i100_times_42 = 100 * 42;
123.45 feet to meters, when you...
Forum:
Plugins
01-18-2021, 16:53
Replies:
73
[ANY] Smart Link Remover
Views:
18,923
Posted By
DarkDeviL
Re: [ANY] Smart Link Remover
Plugins like this one (and many others) are typically made to make the life of the server operators easier.
Making it the opposite way, blacklisting instead of whitelisting, would put up more of a...
Forum:
General
01-13-2021, 03:06
Replies:
1
Converting plugins from amxx to sourcemod
Views:
360
Posted By
DarkDeviL
Re: Converting plugins from amxx to sourcemod
Human with skills.
Forum:
Scripting
01-12-2021, 15:47
Replies:
2
To know how the player connected to the server?
Views:
439
Posted By
DarkDeviL
Re: To know how the player connected to the server?
You can try looking into "cl_connectmethod" with GetClientInfo.
There might be some samples for you to see, by looking into sources of plugins like e.g.:
-> [ANY] Connection Method Viewer ...
Forum:
Plugins
01-12-2021, 15:21
Replies:
34
[ANY] Super Paypal Donation
Views:
3,242
Posted By
DarkDeviL
Re: [ANY] Super Paypal Donation
In which case, it soon can't be called "Super Paypal Donation" any more, ... new name?
Same as above, now spelled correctly, plus:
You won't be able to use any of the MobilePay API's or...
Forum:
General
01-05-2021, 22:56
Replies:
10
Does SM has any prevention from copy by another plugins?
Views:
1,842
Posted By
DarkDeviL
Re: Does SM has any prevention from copy by another plugins?
No, it wouldn't.
Your friend, who apparently cannot be trusted (and therefore should not have any access at all:!:), will simply be looking in this other directory for your configuration, and will...
Forum:
Source Servers (SRCDS)
01-04-2021, 15:17
Replies:
3
Is this enough for server(s)?
Views:
810
Posted By
DarkDeviL
Re: Is this enough for server(s)?
Since SRCDS is like single core, you are looking at the best single core performance, to determine what would be best when operating servers.
For the mentioned CPU's, the order would then be:
...
Forum:
Plugins
01-04-2021, 12:00
Replies:
9
[ANY] Get CPU name
Views:
1,878
Posted By
DarkDeviL
Re: [ANY] Get CPU name
Technically, it is possible on Linux systems to do so:
Since the plugin simply reads the file "/proc/cpuinfo" and process it for the CPU related stuff, it can likewise read e.g. "/proc/version"...
Forum:
Plugin/Gameplay Ideas and Requests
12-30-2020, 15:06
Replies:
2
Restricting features by IP or MAC address
Views:
304
Posted By
DarkDeviL
Re: Restricting features by IP or MAC address
Since this one doesn't seem to be the first time, please consider the Use descriptive topic titles phrase, as mentioned n the AlliedModders Rules...
Forum:
Plugin/Gameplay Ideas and Requests
12-29-2020, 14:22
Replies:
8
Sourcemod reserved slots for tvip ¿?
Views:
1,304
Posted By
DarkDeviL
Re: Sourcemod reserved slots for tvip ¿?
... What exactly was the solution?
Forum:
Plugins
12-15-2020, 07:09
Replies:
73
[ANY] Smart Link Remover
Views:
18,923
Posted By
DarkDeviL
Re: [ANY] Smart Link Remover
We have passed the request over to our mind readers, but unfortunately, they're currently on vacation and the current estimate for their return to the office is January 2031.
:arrow: Elaborate on...
Forum:
Scripting
11-21-2020, 13:22
Replies:
3
Solved
Temporarily saving a player's message (Anti-Spam plugin)
Views:
599
Posted By
DarkDeviL
Re: Temporarily saving a player's message (Anti-Spam plugin)
1. Best would be to look at including <basecomm> and using the functions there to take are of muting/gagging people.
Go through include/basecomm.inc...
Forum:
Off-Topic
11-12-2020, 19:57
Replies:
9
Are AmXModX moderators still alive ?
Views:
1,875
Posted By
DarkDeviL
Re: Are AmXModX moderators still alive ?
Maybe I have been taught the wrong thing.
But a decade used to be a period of 10 years, "past decadeS" would be referring to multiple of them, e.g. 20+ years.
- Join Date: Sep 17, 2012
-...
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Server Discussion
Source Servers (SRCDS)
HL1 Servers (HLDS)
AMX Mod X
News
Bug Reports
General
Off-Topic
Plugins
Suggestions / Requests
Approved Plugins
New Plugin Submissions
Unapproved/Old Plugins
Translation Request
High-Traffic Plugins
GunGame
UAIO (Ultimate All-In-One Plugin)
xREDIRECT
CSDM
AMX Super
RuneMod
Zombie Plague Mod
SuperHero Mod
News
Tech Support
Scripting Help
Off-Topic / General Chat
Heroes
Suggestions / Requests
Approved Heroes
New Submissions
Unapproved/Old Heroes
Module Heroes
SuperHero Mod Stats - By 123
(OLD) Bug Reports
Scripting
Scripting Help
Code Snippets/Tutorials
Module Coding
Donor Access
SourceMod
News
General
Plugins
Plugins
Unapproved Plugins
Plugin/Gameplay Ideas and Requests
High-Traffic Plugins
SourceMod Anti-Cheat
Zombie:Reloaded
SourceBans / SourceBans++
VSH / Freak Fortress
Store
SM_Hosties
HLstatsX:CE
Scripting
Extensions
Snippets and Tutorials
Donor Access
Metamod: Source
Metamod:Source Plugins
Metamod:Source Questions
Coding MM:S Plugins & SM Extensions
Hosted Stuff
Asherkin's Plugins
TFDodgeball
TF2Items
SteamTools
Bail's Plugins
CSDM
CS:S DM
Off-Topic & Trash
Off-Topic
Trash
All times are GMT -4. The time now is
21:05
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode