Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $41
Target: $400
10%
Page 1 of 12
1
2
3
11
>
Last
»
Showing results 1 to 25 of 293
Search took
0.01
seconds.
Search:
Posts Made By:
Shadows Adi
Forum:
New Plugin Submissions
03-30-2021, 16:46
Replies:
31
MVP Of the Round + Custom SoundTracks (reAPI Support)
Views:
5,435
Posted By
Shadows Adi
Re: MVP Of the Round + Custom SoundTracks (reAPI Support)
Hello,
Buy the tracks with what? Counter-Strike money or a sort of external system, if yes, based on what ( kills, deaths, headshots, assists, etc ).
Forum:
HL1 Servers (HLDS)
03-29-2021, 14:26
Replies:
16
vps player ping
Views:
410
Posted By
Shadows Adi
Re: vps player ping
Show your server's launch command line.
Forum:
Suggestions / Requests
03-28-2021, 11:19
Replies:
3
auto update through sockets/curl ?
Views:
190
Posted By
Shadows Adi
Re: auto update through sockets/curl ?
This thing is not supported here, because this is downloading a file from a random website in owner's server, without his knowledge and it can download something malicious and run without his...
Forum:
Translation Request
03-26-2021, 06:41
Replies:
10
MVP Of the Round Translation Request
Views:
1,469
Posted By
Shadows Adi
Re: MVP Of the Round Translation Request
Added, thank you!
Forum:
New Plugin Submissions
03-23-2021, 04:08
Replies:
31
MVP Of the Round + Custom SoundTracks (reAPI Support)
Views:
5,435
Posted By
Shadows Adi
Re: MVP Of the Round + Custom SoundTracks (reAPI Support)
Small Bug Fix:
Fixed the size of array g_bDisableTracks
Forum:
New Plugin Submissions
03-22-2021, 04:42
Replies:
31
MVP Of the Round + Custom SoundTracks (reAPI Support)
Views:
5,435
Posted By
Shadows Adi
Re: MVP Of the Round + Custom SoundTracks (reAPI Support)
Bug Fix:
Fixed MySQL Syntax for Name data saving / loading.
Forum:
Scripting Help
03-19-2021, 10:50
Replies:
16
How do i hook player shooting event?
Views:
600
Posted By
Shadows Adi
Re: How do i hook player shooting event?
Hamsandwich functions:
Ham_Weapon_PrimaryAttack(iEnt) - For primary attack hook
Ham_Weapon_SecondaryAttack(iEnt) - For secondary attack hook
Forum:
New Plugin Submissions
03-19-2021, 03:02
Replies:
31
MVP Of the Round + Custom SoundTracks (reAPI Support)
Views:
5,435
Posted By
Shadows Adi
Re: MVP Of the Round + Custom SoundTracks (reAPI Support)
Update!
Version 1.7 Multiple code improvements.
Added the possibility to load / save data on Name or SteamID
Added the possibility to track player's MVPs.
Added a new native...
Forum:
Scripting Help
03-18-2021, 10:30
Replies:
12
Solved
troubles with TextMsg
Views:
481
Posted By
Shadows Adi
Re: troubles with TextMsg
Edited and tested the first code, now everything seems to work.
Forum:
Scripting Help
03-18-2021, 06:59
Replies:
12
Solved
troubles with TextMsg
Views:
481
Posted By
Shadows Adi
Re: troubles with TextMsg
Did you tried both codes?
Also, debug the code:
public bomb_defused(defuser) {
get_user_name(defuser, g_defuser_name, charsmax(g_defuser_name))
client_print(0, print_chat, "forward...
Forum:
Scripting Help
03-17-2021, 11:10
Replies:
12
Solved
troubles with TextMsg
Views:
481
Posted By
Shadows Adi
Re: troubles with TextMsg
Edited the first code given, try it now. I didn't tested codes, could you post the errors?
Forum:
Scripting Help
03-16-2021, 17:11
Replies:
12
Solved
troubles with TextMsg
Views:
481
Posted By
Shadows Adi
Re: troubles with TextMsg
You can solve this in two ways:
1. Setting a task when your message is triggered, because bomb_defused() forward is called after #Bomb_Defused cstrike message. Example:
#include <amxmodx>...
Forum:
Scripting Help
03-12-2021, 11:41
Replies:
6
can not precache_model
Views:
306
Posted By
Shadows Adi
Re: can not precache_model
Why are you using precache_generic() instead precache_model() ?
It will cause a server crash.
Forum:
Scripting Help
02-14-2021, 11:02
Replies:
9
Solved
Loose identation
Views:
236
Posted By
Shadows Adi
Re: Loose identation
http://www.amxmodx.org/api/amxmodx/abort
Note
Warning: This function should not be used inside error filters, module
filters (native filters are safe if trap equals 1) or the...
Forum:
Scripting Help
02-13-2021, 12:30
Replies:
12
Need help with optimization
Views:
349
Posted By
Shadows Adi
Re: Need help with optimization
No problem.
Well, in that case, you will need to get the second, third, or whatever char from that argument:
public xbhop_main(id)
{
new x_arg[33], x_arg2[33]
read_argv(1, x_arg,...
Forum:
Scripting Help
02-13-2021, 10:05
Replies:
12
Need help with optimization
Views:
349
Posted By
Shadows Adi
Re: Need help with optimization
You could try this way:
public xbhop_main(id)
{
new x_arg[33], x_arg2[33]
read_argv(1, x_arg, charsmax(x_arg))
read_argv(2, x_arg2, charsmax(x_arg2))
switch(x_arg[0]) //...
Forum:
Scripting Help
02-08-2021, 10:23
Replies:
4
Auto Plant C4 after spawn
Views:
213
Posted By
Shadows Adi
Re: Auto Plant C4 after spawn
Maybe this will help you:
Only reAPI
native rg_plant_bomb() (https://github.com/s1lentq/reapi/blob/master/reapi/extra/amxmodx/scripting/include/reapi_gamedll.inc#L691)
Forum:
HL1 Servers (HLDS)
02-06-2021, 05:23
Replies:
3
./hlds_linux double free or corruption
Views:
582
Posted By
Shadows Adi
Re: ./hlds_linux double free or corruption
Yes, I did. I left only amxmodx's default plugins, except antiflood.amxx. And I am using admin_sql instead
admin based on users.ini.
Same results. May be it from a linux update? Some gcc...
Forum:
HL1 Servers (HLDS)
02-05-2021, 09:18
Replies:
3
./hlds_linux double free or corruption
Views:
582
Posted By
Shadows Adi
./hlds_linux double free or corruption
Hello,
My game server keep crashing after 2 or 3 maps played. The only thing that I get in console is this:
./hlds_linux double free or corruption :
*** Error in `./hlds_linux': double free or...
Forum:
Scripting Help
02-04-2021, 07:51
Replies:
5
[SQL] Multiline sql query
Views:
241
Posted By
Shadows Adi
Re: [SQL] Multiline sql query
Yes, it works, of course in AmxModX, using format / formatex
Forum:
Scripting Help
02-04-2021, 04:47
Replies:
5
[SQL] Multiline sql query
Views:
241
Posted By
Shadows Adi
Re: [SQL] Multiline sql query
Example:
CREATE TABLE IF NOT EXISTS `my_table` \
(`ID` INT NOT NULL AUTO_INCREMENT,\
PRIMARY KEY(ID));
You need to use '\' at the end of the line to get continued on next line.
Forum:
Approved Plugins
02-01-2021, 18:36
Replies:
245
VAC Ban Status
Views:
97,935
Posted By
Shadows Adi
Re: VAC Ban Status
I think so, I don't know to be honest.
No problem, I searched through curl docs and find this out, I am starter in curl too :)
Forum:
Approved Plugins
02-01-2021, 18:28
Replies:
245
VAC Ban Status
Views:
97,935
Posted By
Shadows Adi
Re: VAC Ban Status
@Bugsy, I tried your code with my code and without it. Results:
With: http://prntscr.com/xzu9s2 ~ Returning VAC Status in console
Without: http://prntscr.com/xzu8qz ~ Just stucking at Checking User...
Forum:
Approved Plugins
02-01-2021, 18:06
Replies:
245
VAC Ban Status
Views:
97,935
Posted By
Shadows Adi
Re: VAC Ban Status
@Bugsy to communicate via SSL, you need a CA file to validate the certificate
curl_easy_setopt(curl, CURLOPT_CAINFO, "cstrike/addons/amxmodx/cert/cacert.pem");
Here is the certificate link:...
Forum:
Scripting Help
01-31-2021, 10:31
Replies:
16
Solved
if problem
Views:
566
Posted By
Shadows Adi
Re: if problem
public eRestart(){
if(Restarted < 2)
{
arrayset(my_data_2_store,0,charsmax(my_data_2_store))
Restarted += 1
}
}
Try this way then
Showing results 1 to 25 of 293
Page 1 of 12
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
11:53
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode