Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $52
Target: $400
13%
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.03
seconds.
Search:
Posts Made By:
DarkDeviL
Forum:
Off-Topic
04-16-2021, 07:13
Replies:
2
Forum Mention function
Views:
132
Posted By
DarkDeviL
Re: Forum Mention function
There hasn't been a mention function, people have been writing "@DarkDeviL" stuff though, but it hasn't ever had the effect that they probably intended.
When you classify things as being...
Forum:
Extensions
04-06-2021, 20:43
Replies:
121
[EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system natives
Views:
67,336
Posted By
DarkDeviL
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ
There is never any good reason for weakening the security for *ALL* people using System2 at once, to fix the issues from one single user, or users of networks where the network admins might...
Forum:
Source Servers (SRCDS)
04-06-2021, 19:19
Replies:
8
Solved
FastDL not downloading all files.
Views:
377
Posted By
DarkDeviL
Re: FastDL not downloading all files.
You need to familiarize yourself with how things actually works, before you shout out things that aren't true.
sv_allowdownload and sv_allowupload parameters controls the file transfers via the...
Forum:
SourceBans / SourceBans++
03-10-2021, 20:07
Replies:
1
Does Sourcebans not store the admin name in the database?
Views:
425
Posted By
DarkDeviL
Re: Does Sourcebans not store the admin name in the database?
:!: Moved to SourceBans / SourceBans++ (https://forums.alliedmods.net/forumdisplay.php?f=152), please pay more attention to where you post, instead of sending everything to Scripting...
Forum:
Plugins
03-08-2021, 22:18
Replies:
1,904
[ANY] Store by Zephyrus [1.1 - 03.01.2016]
Views:
737,113
Posted By
DarkDeviL
Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Yes, and many other games, too.
Forum:
Coding MM:S Plugins & SM Extensions
03-05-2021, 14:42
Replies:
6
SourceMod extension: how to get server's IP?
Views:
1,132
Posted By
DarkDeviL
Re: SourceMod extension: how to get server's IP?
"hostip" may not always return the real (public) IP address, such as for example if your server runs behind a router/NAT. In these situations, you may actually see the RFC1918 IP address ranges, e.g....
Forum:
Coding MM:S Plugins & SM Extensions
03-05-2021, 00:12
Replies:
6
SourceMod extension: how to get server's IP?
Views:
1,132
Posted By
DarkDeviL
Re: SourceMod extension: how to get server's IP?
Well, the SourceMod > Scripting section says "Scripting in SourcePawn" for it's description. As such, due to your thread in a wrong section, I was somehow under the impression that your "extension"...
Forum:
Coding MM:S Plugins & SM Extensions
03-03-2021, 12:05
Replies:
6
SourceMod extension: how to get server's IP?
Views:
1,132
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, 17:00
Replies:
4
Need help with changing address
Views:
237
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, 18:42
Replies:
1
SMAC errors - need a urgent fix
Views:
859
Posted By
DarkDeviL
Re: SMAC errors - need a urgent fix
Install the language files in addons/sourcemod/translations?
Forum:
Unapproved Plugins
02-21-2021, 22:16
Replies:
230
[CS:GO] Weapon Stickers (!stickers)
Views:
48,479
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, 11:37
Replies:
42
[CS:GO] No Dupe Account (1.4.3, 2021-04-10)
Views:
2,538
Posted By
DarkDeviL
Re: [CS:GO] No Dupe Account (1.1.0, 2021-02-21)
Correct.
Forum:
Extensions
02-15-2021, 07:22
Replies:
99
REST in Pawn 1.2 - HTTP client for JSON REST APIs (Updated 2021/02/07)
Views:
54,601
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, 18:59
Replies:
1
[CSGO] Has anyone managed to create a LAN server online?
Views:
305
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, 03:39
Replies:
3
SourceBans & IPS 4.4 Data Pulling
Views:
1,056
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, 03:23
Replies:
3
[SOLVED] Is there any interface ? API ?
Views:
1,712
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, 01:16
Replies:
7
[error-help] VIP R1KO
Views:
387
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, 22:06
Replies:
34
[ANY] Keep Player Name
Views:
2,711
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, 11:15
Replies:
1,556
[CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !nametag]
Views:
602,679
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, 16:10
Replies:
3
How to convert feets/s or meters/s to units/s
Views:
249
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, 15:53
Replies:
76
[ANY] Smart Link Remover
Views:
19,692
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, 02:06
Replies:
1
Converting plugins from amxx to sourcemod
Views:
379
Posted By
DarkDeviL
Re: Converting plugins from amxx to sourcemod
Human with skills.
Forum:
Scripting
01-12-2021, 14:47
Replies:
2
To know how the player connected to the server?
Views:
452
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, 14:21
Replies:
37
[ANY] Super Paypal Donation
Views:
3,856
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, 21:56
Replies:
10
Does SM has any prevention from copy by another plugins?
Views:
1,907
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...
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
18:26
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode