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

Showing results 1 to 25 of 226
Search took 0.01 seconds.
Search: Posts Made By: ZaX
Forum: Scripting Help 09-17-2022, 05:55
Replies: 4
Views: 891
Posted By ZaX
Re: [ZP 50] Human Class Fire M4a1 Help

Remove the task and use
forward zp_fw_core_cure_post(id, attacker)

and check if users current human class is equal to yours with
native zp_class_human_get_current(id)


public...
Forum: Suggestions / Requests 08-27-2022, 11:54
Replies: 11
Views: 1,123
Posted By ZaX
Re: Chat print

youre not in scripting help section, so that means you have no experience in scripting thats why the sma file was attached
its ready to download and use, if you want help with scripting maybe...
Forum: Suggestions / Requests 08-25-2022, 20:58
Replies: 2
Views: 482
Posted By ZaX
Re: [REQ] Hostage Save Plugin

took 1 second to find it
maybe try to search?
https://forums.alliedmods.net/showthread.php?t=242948
Forum: Suggestions / Requests 08-18-2022, 16:30
Replies: 17
Views: 1,304
Posted By ZaX
Re: Buy VIP Request

They cant lose their vip on disconnect or server crash unless their steam id changes, which means you are running a non-steam server? or people are changing steam accounts
Forum: Scripting Help 08-15-2022, 10:14
Replies: 4
Views: 891
Posted By ZaX
Re: [ZP 50] Human Class Fire M4a1 Help

You attached 2 different codes for the same plugin and asking questions about another plugin
Forum: Suggestions / Requests 08-11-2022, 08:45
Replies: 2
Views: 440
Posted By ZaX
Re: About Unnamed Plugin

#include <amxmodx>
#include <csx>
#include <dhudmessage>



public client_putinserver(id) {
set_task(3.0, "showHudAnnouncement", id)
}
Forum: Suggestions / Requests 08-05-2022, 10:58
Replies: 9
Views: 760
Posted By ZaX
Re: Slay with max 3 warns

Its client_print_color
Forum: Scripting Help 06-22-2022, 08:17
Replies: 8
Views: 1,097
Posted By ZaX
Re: Extra Items Limit

https://forums.alliedmods.net/showthread.php?t=242103
Forum: Scripting Help 06-12-2022, 01:29
Replies: 5
Views: 955
Posted By ZaX
Re: Costume Gamemodes Map

https://wiki.alliedmods.net/Configuring_AMX_Mod_X#Map_Specific_Plugins
Forum: Scripting Help 06-08-2022, 18:38
Replies: 3
Views: 423
Posted By ZaX
Re: Ambience Sounds

This works if you are using zombie plague 5.0.8. You can disable the plugin "zp50_ambience_effects" on specific map

If youre using another version then it needs to be modified to have a cvar to...
Forum: Scripting Help 06-07-2022, 20:01
Replies: 3
Views: 423
Posted By ZaX
Re: Ambience Sounds

https://wiki.alliedmods.net/Configuring_AMX_Mod_X#Map_Config_Files
Forum: Scripting Help 06-07-2022, 12:57
Replies: 13
Views: 967
Posted By ZaX
Re: Chicken fight pluigin or mod

#include <amxmodx>
#include <hamsandwich>

public plugin_init() {
RegisterHam(Ham_Spawn, "player", "fwHamPlayerSpawnPost", 1)
}

public fwHamPlayerSpawnPost(iPlayer) {
if...
Forum: Scripting Help 06-05-2022, 21:21
Replies: 13
Views: 967
Posted By ZaX
Re: Chicken fight pluigin or mod

Either the plugin "chickenmod" doesnt exist or you have entered the wrong name.
Make sure that the plugin is in amxmodx/plugins/. Also the copy the name of the plugin with .amxx to...
Forum: Zombie Plague Mod 06-04-2022, 19:07
Replies: 38
Subplugin Submission [ZP] Addon: Aim Info
Views: 46,110
Posted By ZaX
Re: [ZP] Addon: Aim Info

Edited the post
Forum: Zombie Plague Mod 06-04-2022, 17:48
Replies: 38
Subplugin Submission [ZP] Addon: Aim Info
Views: 46,110
Posted By ZaX
Re: [ZP] Addon: Aim Info

/*****************************************************\
===============================
|| [ZP] Aim Info Plugin v1.0 ||
===============================

||DESCRIPTION||
When you aim at your...
Forum: Zombie Plague Mod 06-02-2022, 21:42
Replies: 38
Subplugin Submission [ZP] Addon: Aim Info
Views: 46,110
Posted By ZaX
Re: [ZP] Addon: Aim Info

Which level plugin are you using?
Upload the include file or natives used by the plugin
Forum: New Plugin Submissions 06-02-2022, 21:41
Replies: 845
Views: 236,056
Posted By ZaX
Re: OciXCrom's Rank System [XP|Levels|Ranks]

Where did you copy the native from? Check include file before using it.
At the top of the plugin replace the native with native crxranks_get_user_rank(id, buffer[], len) or simply include the file...
Forum: New Plugin Submissions 06-02-2022, 09:05
Replies: 845
Views: 236,056
Posted By ZaX
Re: OciXCrom's Rank System [XP|Levels|Ranks]

Use crxranks_get_user_rank the same way you use get_user_authid
Forum: New Plugin Submissions 05-23-2022, 01:58
Replies: 845
Views: 236,056
Posted By ZaX
Re: OciXCrom's Rank System [XP|Levels|Ranks]

@OciXCrom
Yeah that would be nice, but how can I read only numbers from a string? Is there a way to do that? Or do you have another idea how that can be done?

Edit: Oh nevermind, I just realized...
Forum: New Plugin Submissions 05-12-2022, 21:10
Replies: 845
Views: 236,056
Posted By ZaX
Re: OciXCrom's Rank System [XP|Levels|Ranks]

I did this for myself if you want to use it

#include <amxmodx>
#include <zp50_class_zombie>
#include <zp50_colorchat>
#include <crxranks>

enum _:ClassesInfo {
szClassName[32],
iLevel,
Forum: Zombie Plague Mod 03-02-2022, 10:49
Replies: 3
Views: 1,268
Posted By ZaX
Re: Main menu change color for zombie plague

https://forums.alliedmods.net/showthread.php?t=179482
you can only have 3 colours
Forum: Zombie Plague Mod 02-11-2022, 18:15
Replies: 1
Suggestion / Subplugin Request Knife menu , start round
Views: 999
Posted By ZaX
Re: Knife menu , start round

Which zombie plague version are you using? Also attach the knife menu plugin
Forum: Scripting Help 11-12-2021, 10:40
Replies: 19
Views: 1,741
Posted By ZaX
Re: Knife Menu for VIPs Help

In the menu handler, set all variables to 0(false) except the variable for the knife you chose
Forum: Suggestions / Requests 11-09-2021, 05:16
Replies: 2
Solved Freeze VIP
Views: 538
Posted By ZaX
Re: Freeze VIP

#include <amxmodx>
#include <fakemeta>
#include <cstrike>
#include <hamsandwich>


#define VIP_TASKID 33918

public plugin_init() {
RegisterHam(Ham_Spawn, "player", "fw_HamPlayerSpawnPost",...
Forum: Scripting Help 11-08-2021, 06:18
Replies: 4
Views: 643
Posted By ZaX
Re: Where to put the name of the new boss in the section of "// ZP TEAMS"?

You dont need to, if youre using zombie plague advnace 1.6.1 you can follow this tutorial to make a new gamemode https://forums.alliedmods.net/showthread.php?t=131119?t=131119
Showing results 1 to 25 of 226

 
Forum Jump

All times are GMT -4. The time now is 15:54.


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