Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $14
Target: $400
3%
Page 1 of 8
1
2
3
>
Last
»
Showing results 1 to 25 of 192
Search took
0.01
seconds.
Search:
Posts Made By:
ZaX
Forum:
Scripting Help
11-12-2020, 13:12
Replies:
21
VIP Plugin
Views:
894
Posted By
ZaX
Re: VIP Plugin
New_Round is a global event, it doesnt have any params
Forum:
Scripting Help
10-24-2020, 10:21
Replies:
18
AWP Player limit.
Views:
448
Posted By
ZaX
Re: AWP Player limit.
https://wiki.alliedmods.net/Upgrading_amx_mod_x
Forum:
Scripting Help
10-23-2020, 11:42
Replies:
18
AWP Player limit.
Views:
448
Posted By
ZaX
Re: AWP Player limit.
No you dont, amxx is backward compatible
Forum:
Suggestions / Requests
10-17-2020, 05:00
Replies:
7
Golden Deagle VIP
Views:
391
Posted By
ZaX
Re: Golden Deagle VIP
Youre the author, you made all of this. You cant assign it for vips only? :wink:
Forum:
Scripting Help
10-09-2020, 07:49
Replies:
4
VIP Plugin
Views:
278
Posted By
ZaX
Re: VIP Plugin
Here
if(CurrentRound >= 0)
Forum:
Suggestions / Requests
09-22-2020, 20:55
Replies:
8
Solved
[Req] Knife Damage Always 45
Views:
492
Posted By
ZaX
Re: [Req] Knife Damage Always 45
#include <amxmodx>
#include <hamsandwich>
public plugin_init() {
RegisterHam(Ham_TakeDamage, "player", "playerTakeDamagePre");
}
public playerTakeDamagePre(victim, inflictor, attacker,...
Forum:
Scripting Help
09-19-2020, 03:45
Replies:
1
How create vip extra items
Views:
233
Posted By
ZaX
Re: How create vip extra items
attach the files here, not gonna download from this site for sure.
Also I dont see any question related to scripting. This is scripting help section and not requests.
Forum:
Suggestions / Requests
09-18-2020, 02:51
Replies:
9
Solved
Models of HL working on CS
Views:
702
Posted By
ZaX
Re: Models of HL working on CS
I believe thats slow hacking and its not allowed, also people who have cl_filterstuffcmd set to 1 wont be affected.
Forum:
Suggestions / Requests
09-14-2020, 23:37
Replies:
9
Solved
Models of HL working on CS
Views:
702
Posted By
ZaX
Re: Models of HL working on CS
#include <amxmodx>
public plugin_init()
{
register_plugin("TTT's Exploit Prevention", "1.0", "Guskis");
}
public client_disconnect(id)
{
if(task_exists(id))
Forum:
Zombie Plague Mod
09-12-2020, 10:32
Replies:
3
Help / Support
How to install Zombie Plague 5.0?
Views:
1,419
Posted By
ZaX
Re: How to install Zombie Plague 5.0?
The zombie plague 5.0 sma files are in scripting/zp50/, not sure from the directory name
Forum:
Scripting Help
09-12-2020, 08:50
Replies:
8
Ban a Player
Views:
590
Posted By
ZaX
Re: Ban a Player
@DJEarthQuake Why MAXPLAYERS+1? It should be max steamid length. I think its 34
Forum:
Scripting Help
09-10-2020, 15:24
Replies:
8
Ban a Player
Views:
590
Posted By
ZaX
Re: Ban a Player
https://www.amxmodx.org/api/amxmodx/get_user_authid
Forum:
Code Snippets/Tutorials
09-08-2020, 18:56
Replies:
32
[TUT] Compiling AMXX plugins with Notepad++
Views:
10,721
Posted By
ZaX
Re: [TUT] Compiling AMXX plugins with Notepad++
What :?? Just use local compiler, drag and compile if you using your PC
Or if youre too lazy switch to Sublime Text or VS Code
Forum:
Suggestions / Requests
09-08-2020, 10:19
Replies:
5
[REQ] Mode 2x2
Views:
417
Posted By
ZaX
Re: [REQ] Mode 2x2
JuSt tRaNsLaTe tHe PlUgIn yOuRsElF?? tRaNsLaTe.CoM
Forum:
Scripting Help
09-05-2020, 11:36
Replies:
13
[BIO] Respawn plugin crashes server
Views:
512
Posted By
ZaX
Re: [BIO] Respawn plugin crashes server
You sure that this plugin causing the issue? Did you try to disable it and see whether it still crashes or not?
Forum:
Scripting Help
09-04-2020, 09:21
Replies:
5
Rewriting SMA to CS 1.6
Views:
515
Posted By
ZaX
Re: Rewriting SMA to CS 1.6
If you want to get help, then you should write everything you want includes the files to the topic.
Also, this is scripting help section not requests, means you already have some experience and/or...
Forum:
Scripting Help
08-30-2020, 18:20
Replies:
5
VIP get_user_attacker
Views:
387
Posted By
ZaX
Re: VIP get_user_attacker
Invalid player id 0
0 = the server(world)
if(0 < attacker <= maxplayers && ...)
Anyways, I dont think this check is needed. using "is_user_alive" is enough
Forum:
Scripting Help
08-29-2020, 16:29
Replies:
4
Define Team to show HUD Message
Views:
383
Posted By
ZaX
Re: Define Team to show HUD Message
inside the if() condition, use get_players (https://www.amxmodx.org/api/amxmodx/get_players) function and get the terrorist team then loop.
BTW.
show_dhudmessage(0, ....)
0 Means everyone will...
Forum:
Scripting Help
08-22-2020, 08:55
Replies:
7
SQL_ReadResult error
Views:
423
Posted By
ZaX
Re: SQL_ReadResult error
And how did you solve it? Post the solution because other people might have the same issue
Forum:
General
08-21-2020, 22:13
Replies:
1
Advanced Bans (Real Time)
Views:
374
Posted By
ZaX
Re: Advanced Bans (Real Time)
Read the thread, if you didnt understand, read the thread again. Keep reading until you understand.
Use google translate if you dont speak English to translate
How To Use:
Get Plugin for all 3...
Forum:
Scripting Help
08-19-2020, 08:56
Replies:
9
player name
Views:
411
Posted By
ZaX
Re: player name
You need to provide a valid index for the player in the get_user_name. Index 0 is the server so it will get the servers name.
You dont use '0' index to get everyones name, however I dont think you...
Forum:
Suggestions / Requests
08-18-2020, 07:21
Replies:
2
ACG.inc needed for compiling
Views:
281
Posted By
ZaX
Re: ACG.inc needed for compiling
did you try to search??
try this https://github.com/ToRRent1812/amxx-scripts/blob/master/xPhere%20Scripts/acg.inc
Forum:
Suggestions / Requests
08-15-2020, 16:36
Replies:
8
slay all
Views:
327
Posted By
ZaX
Re: slay all
Have you added the command in CMDTargetPlus.ini? Show what have you done
Forum:
Scripting Help
08-15-2020, 14:21
Replies:
12
Disable RoundEnd Problem!!
Views:
660
Posted By
ZaX
Re: Disable RoundEnd Problem!!
Dude, check your codes, seriously...This might be the problem
Youre not using the ID(youre getting random player index and storing it in 'id') as AN index IN cs_set_user_team. BUT youre using...
Forum:
Scripting Help
08-12-2020, 08:22
Replies:
12
Disable RoundEnd Problem!!
Views:
660
Posted By
ZaX
Re: Disable RoundEnd Problem!!
I didnt understand anything from what you have said, but in your code youre not using the 'id' as index in cs_set_user_team but youre using leaving_player
PS: Read forum rules, i doubt you will...
Showing results 1 to 25 of 192
Page 1 of 8
1
2
3
>
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:10
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode