Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 41
Search took 0.00 seconds.
Search: Posts Made By: shayan123
Forum: Scripting Help 01-13-2023, 12:24
Replies: 4
Views: 819
Posted By shayan123
Re: SetMapConfigTimer

The 6.1s delay is in place to give all plugins time to initialize and register their cvars before the map config is executed. This way, any cvars that are set in the map config will not overwrite any...
Forum: Suggestions / Requests 01-13-2023, 12:07
Replies: 10
Views: 1,220
Posted By shayan123
Re: Remove smoke from HE Grenade

Removing the black smoke from the HE grenade explosion can be done by uncaching the sprite that is used for the smoke effect. This can be done by calling the "precache_model" function with the path...
Forum: Suggestions / Requests 01-13-2023, 12:03
Replies: 6
Views: 2,310
Posted By shayan123
Re: Admin Models

There are a few different ways you could go about creating a plugin to set admin models in CS 1.6. Here's one simple method you could use:

1: Create a new .cfg file in your amxmodx/configs...
Forum: Scripting Help 01-13-2023, 12:01
Replies: 7
Views: 1,305
Posted By shayan123
Re: Set origin entity to ground

Yes, there is a way to set the origin of an entity to the ground. One way to do this is by using the TraceLine function to trace a line from the entity's current origin to a point below it (for...
Forum: Suggestions / Requests 01-13-2023, 11:59
Replies: 5
Views: 888
Posted By shayan123
Re: Requst Plugin

It sounds like the "Admin Login" plugin you're describing is an alternative way to authenticate and grant admin access to players on your server, rather than using the traditional method of setting a...
Forum: Suggestions / Requests 01-13-2023, 11:57
Replies: 6
Views: 993
Posted By shayan123
Re: Requst Plugin

First, you will need to create a new .ini file where you can define the player's name, SteamID, or IP, and the tag you want to display above their head.
You can use the following format:
[player1]...
Forum: Suggestions / Requests 01-13-2023, 11:52
Replies: 3
Views: 620
Posted By shayan123
Re: [req] skins menu?

#include <amxmodx>
#include <cstrike>

#define VIP_FLAG "z" // change this to the flag for VIP players
#define ADMIN_FLAG "a" // change this to the flag for admin players

public plugin_init()...
Forum: Suggestions / Requests 01-13-2023, 11:48
Replies: 3
Views: 603
Posted By shayan123
Re: Defuse Message

Here is the modified version of your code that removes the use of the ChatColor module and uses the built-in client_print function instead:

#include <amxmodx>
#include <csx>

#define...
Forum: Suggestions / Requests 01-13-2023, 11:47
Replies: 2
Views: 675
Posted By shayan123
Re: auto team swap

This plugin uses the register_cvar() function to register a console variable, amx_team_swap_time, which allows you to set the time in seconds between team swaps. The plugin uses the set_task()...
Forum: Suggestions / Requests 01-13-2023, 11:44
Replies: 4
Views: 895
Posted By shayan123
Re: Hide Weapons

This plugin uses the register_clcmd() function to register the chat commands "/hide" and "/unhide", which call the "cmd_hide" and "cmd_unhide" functions respectively. These functions set a global...
Forum: Suggestions / Requests 09-28-2022, 09:28
Replies: 2
Views: 691
Posted By shayan123
Forum: Suggestions / Requests 09-19-2022, 13:13
Replies: 2
Views: 691
Posted By shayan123
Forum: Suggestions / Requests 09-19-2022, 06:36
Replies: 2
Views: 691
Posted By shayan123
Help with laserfence

hello everyone
i have plugins laserfence but i want to add laserfence move
i have plugins but there is not move

can u add Press R rotate left move & Press E rotate right move


like this i...
Forum: CSDM 09-19-2022, 06:35
Replies: 0
Views: 2,711
Posted By shayan123
Help with laserfence

hello everyone
i have plugins laserfence but i want to add laserfence move
i have plugins but there is not move

can u add Press R rotate left move & Press E rotate right move


like this i...
Forum: Suggestions / Requests 05-04-2021, 00:32
Replies: 3
Views: 922
Posted By shayan123
Forum: Suggestions / Requests 05-02-2021, 11:05
Replies: 3
Views: 922
Posted By shayan123
Re: ZP math plugin

i want to ZP for ammo player who gives the answer gets ammo
Forum: Zombie Plague Mod 05-02-2021, 00:49
Replies: 1
Views: 1,247
Posted By shayan123
ZP math plugin

I want the plugin that players receive ammo if you solve the problem for example 5+10=15 and the player who gives the answer gets ammo
Forum: Suggestions / Requests 05-02-2021, 00:48
Replies: 3
Views: 922
Posted By shayan123
ZP math plugin

I want the plugin that players receive ammo if you solve the problem for example 5+10=15 and the player who gives the answer gets ammo
Forum: Zombie Plague Mod 03-27-2021, 12:10
Replies: 0
Views: 764
Posted By shayan123
help zombie class

hi guyz i want to change press E to Press G
someone can fix pls

#include <amxmodx>
#include <zombieplague>
#include <engine>
#include <fun>
#include <fakemeta>
#include <hamsandwich>
Forum: Zombie Plague Mod 03-27-2021, 10:02
Replies: 17
Views: 22,888
Posted By shayan123
Re: [ZP] Zombie Class: Cerberus Dog v.0.1

how to change press E to Press G
Forum: Zombie Plague Mod 03-25-2021, 20:34
Replies: 0
Views: 1,077
Posted By shayan123
zombie class help

hello everyone i want to add effect look video https://www.youtube.com/watch?v=xrC58y-Poew
Someone can help me please i want to add this effect

#include <amxmodx>
#include <zombieplague>...
Forum: New Plugin Submissions 03-20-2021, 20:55
Replies: 93
Views: 59,675
Posted By shayan123
Re: OciXCrom's Admin Chat - 2021 UPDATE!

alread added then not work
Forum: New Plugin Submissions 03-20-2021, 07:29
Replies: 93
Views: 59,675
Posted By shayan123
Re: OciXCrom's Admin Chat - 2021 UPDATE!

//// crx_adminchat.sma
// E:\counterstrike\cstrike\addons\amxmodx\scripting\crx_adminchat.sma(1148) : error 017: undefined symbol "CC_RemoveExploits"
//
// 1 Error.
// Could not locate output...
Forum: Zombie Plague Mod 03-15-2021, 21:34
Replies: 16
Views: 20,384
Posted By shayan123
Re: [ZP] Addon: Custom Lighting Levels !! Updated v1.3 !!

Can anyone add new mods (Armagedon, Sniper, Assassin) to this plugin ??!
Forum: Zombie Plague Mod 03-14-2021, 14:12
Replies: 4
Help / Support help zombie class
Views: 724
Posted By shayan123
Showing results 1 to 25 of 41

 
Forum Jump

All times are GMT -4. The time now is 02:29.


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