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

Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: samir_dz
Forum: Suggestions / Requests 04-20-2024, 17:40
Replies: 5
Views: 253
Posted By samir_dz
Re: Hud Hit Damage

stats.ini/ShowKiller ;Show Killer
Forum: Suggestions / Requests 04-20-2024, 17:12
Replies: 6
Views: 435
Posted By samir_dz
Forum: Suggestions / Requests 04-05-2023, 21:07
Replies: 5
Views: 764
Posted By samir_dz
Re: Menu Numbers

https://i.ibb.co/K673dFn/Screenshot-1.jpg

#include <amxmodx>

public plugin_init()
{
register_plugin("BB MENU", "1.0", "Me");
register_concmd("say /menu", "ShowMenu");
...
Forum: Suggestions / Requests 03-17-2023, 20:22
Replies: 3
Views: 574
Posted By samir_dz
Re: I need Sound plugin

#include amxmodx

new const g_szSound[ ] = "sound/join_sond/join_sond.mp3";

public plugin_precache( )
{
precache_generic(g_szSound);
}

public client_putinserver(id)
Forum: Suggestions / Requests 12-05-2022, 11:24
Replies: 8
Views: 1,065
Posted By samir_dz
block key

Hello, can anyone make a plugin when a player presses f9 or f8, a hud message appears for all players on the server, name player use the f9 button

To check if he was using cheats
Forum: Suggestions / Requests 11-21-2022, 17:53
Replies: 3
Views: 917
Posted By samir_dz
Re: BaseBuilder Vipshop

#include <amxmodx>
#include <cstrike>
#include <fun>

public plugin_init()
{
register_plugin("Custom Shop", "1.0", "ZaX")

register_clcmd("say /vs", "ClcmdMenu")
...
Forum: Suggestions / Requests 10-28-2022, 17:34
Replies: 2
Views: 672
Posted By samir_dz
Re: %s problem

Thank you very much it works
Forum: Suggestions / Requests 10-28-2022, 14:58
Replies: 2
Views: 672
Posted By samir_dz
%s problem

Hello everyone, I need help, I have a bb mod, but there is a problem that the build time does not appear, this message %s appears. Is there a way to solve this problem
Showing results 1 to 8 of 8

 
Forum Jump

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


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