Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 92
Search took 0.01 seconds.
Search: Posts Made By: Hakim Azizov
Forum: Scripting Help 12-25-2023, 09:58
Replies: 10
Views: 904
Posted By Hakim Azizov
Re: plugin like in the picture

thanks man, for everything. but i must change hard codes of the game, i need it
Forum: Scripting Help 12-25-2023, 09:55
Replies: 10
Views: 904
Posted By Hakim Azizov
Re: plugin like in the picture

bro, CSW_ changing the weapon names will not be of much use since the number of weapons is low. For example, I want to give a guillotine to admins, and there will also be a knife skin for the admin....
Forum: Scripting Help 12-24-2023, 11:23
Replies: 10
Views: 904
Posted By Hakim Azizov
Re: plugin like in the picture

Bro, I know that the picture I shared is fake. I posted this picture so you can understand what I want. Your Virtual Weapon Slot plugin worked partially, it would be great if you could do this with...
Forum: Scripting Help 12-24-2023, 07:46
Replies: 10
Views: 904
Posted By Hakim Azizov
Re: plugin like in the picture

hmm, this looks like difficult, if i can get weapons' slot key with .sma, i can do
Forum: Scripting Help 12-22-2023, 16:41
Replies: 10
Views: 904
Posted By Hakim Azizov
Re: plugin like in the picture

I tried this, but it didn't work for me. Even though it's similar to what I want, it's different
Forum: Scripting Help 12-22-2023, 14:58
Replies: 10
Views: 904
Posted By Hakim Azizov
plugin like in the picture

hello everyone. I have posted to the forum about this issue in the past, but my plugin in that code did not fully work for me, but I would like to thank those who helped me.

I want an add-on like...
Forum: Scripting Help 12-15-2023, 11:41
Replies: 6
Solved coding error
Views: 1,020
Posted By Hakim Azizov
Re: coding error

thanks man, this is my wanted answer. )
Forum: Scripting Help 12-14-2023, 14:49
Replies: 6
Solved coding error
Views: 1,020
Posted By Hakim Azizov
Re: coding error

anybody has no idea?
Forum: Scripting Help 12-14-2023, 11:25
Replies: 6
Solved coding error
Views: 1,020
Posted By Hakim Azizov
coding error

Hi all, why this code doesn't work?


#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <hamsandwich>
#include <zombieplague>

#define PLUGIN "[ZP] Special Player Models"
Forum: Scripting Help 12-12-2023, 06:52
Replies: 1
Views: 480
Posted By Hakim Azizov
zombie plague WARNING: datagram overflowed for HakimKILLER44

hi all. does anybody know what is this problem?


WARNING: datagram overflowed for HakimKILLER44
SZ_GetSpace: overflow on HakimKILLER

i am getting this problem on my ZP 6.5 Mode. Who can help...
Forum: Scripting Help 12-06-2023, 12:47
Replies: 12
Views: 1,199
Posted By Hakim Azizov
Re: fatal error of the game

sjsjsjsj. bro i found problem. i have coded wrong .d now i fixed it :) thanks man
Forum: Scripting Help 12-06-2023, 10:12
Replies: 12
Views: 1,199
Posted By Hakim Azizov
Re: fatal error of the game

i did everything bro. now i will do


if (not_worked)
{
return code_again()
}
Forum: Scripting Help 12-05-2023, 09:22
Replies: 12
Views: 1,199
Posted By Hakim Azizov
Re: fatal error of the game

i changed few things. (only added human class and zp_colored_print stock is changed)
Forum: Scripting Help 12-05-2023, 09:16
Replies: 12
Views: 1,199
Posted By Hakim Azizov
Re: fatal error of the game

i did it but not work :(
Forum: Scripting Help 12-05-2023, 08:29
Replies: 12
Views: 1,199
Posted By Hakim Azizov
Re: fatal error of the game

please watch this video: https://www.youtube.com/watch?v=nUTrhSQr_Uw



and main files in here.

zombie plague 6.5 include(.inc) file:...
Forum: Scripting Help 12-05-2023, 08:19
Replies: 12
Views: 1,199
Posted By Hakim Azizov
Re: fatal error of the game

hi bro. i will sent all needing files, and video of problem. please, just wait a few minutes
Forum: Scripting Help 12-04-2023, 15:20
Replies: 12
Views: 1,199
Posted By Hakim Azizov
fatal error of the game

hi everbody.

i am getting an error, anybody knows what is this? (files precached)
Forum: Scripting Help 12-01-2023, 10:14
Replies: 9
Views: 753
Posted By Hakim Azizov
Re: 5 or more dhud and hud messages

(NOTE)
hmm, How should I do to show HUD messages?

1) with this way?

#include <amxmodx>

new g_hud1, g_hud2

public plugin_init( )
Forum: Scripting Help 11-30-2023, 13:07
Replies: 4
Views: 561
Posted By Hakim Azizov
Re: Hide name from ScoreBoard

register_clcmd("chooseteam", "clcmd_changeteam")

public clcmd_changeteam(id){
if (cs_get_user_team(id) == CS_TEAM_SPECTATOR){
new name[32],
...
Forum: Scripting Help 11-30-2023, 12:50
Replies: 9
Views: 753
Posted By Hakim Azizov
Re: 5 or more dhud and hud messages

understood i will do it, thanks man,
Forum: Scripting Help 11-30-2023, 11:34
Replies: 9
Views: 753
Posted By Hakim Azizov
Re: 5 or more dhud and hud messages

hmm. i need 4 hud (may be dhud) messages (player's stats, admin-vip count, score hud and speedometer) which these messages every time will be shown. And i need hud (may be dhud) messages for...
Forum: Scripting Help 11-29-2023, 10:44
Replies: 9
Views: 753
Posted By Hakim Azizov
Forum: Scripting Help 11-29-2023, 10:44
Replies: 7
Views: 655
Posted By Hakim Azizov
Re: Hud Message

you can use DHUDmessage include file
Forum: Scripting Help 11-28-2023, 09:56
Replies: 9
Views: 753
Posted By Hakim Azizov
5 or more dhud and hud messages

Is it possible to show more than one hud (dhud) message at the same time? My .sma files using hud and dhud below. I request you to review my files. any help is always appreciated
Forum: Scripting Help 11-28-2023, 08:35
Replies: 11
Views: 710
Posted By Hakim Azizov
Showing results 1 to 25 of 92

 
Forum Jump

All times are GMT -4. The time now is 23:35.


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