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

Showing results 1 to 18 of 18
Search took 0.01 seconds.
Search: Posts Made By: Gabrielx
Forum: Scripting Help 07-21-2023, 16:31
Replies: 8
Views: 759
Posted By Gabrielx
Re: Say command output

That won't work if the player is using the command "cl_filterstuffcmd 1". The best approach is to create a native function in the points plugins and call the native function from the round start...
Forum: Scripting Help 07-11-2023, 12:29
Replies: 6
Views: 877
Posted By Gabrielx
Re: Changing Round Win sounds for ZPA 1.6.1

The plugin is probably trying to play MP3 files with the "spk" command. You will have to make some changes to the SMA. You can convert the MP3 sounds to WAV or change the SMA to play MP3.
Forum: Scripting Help 07-10-2023, 12:21
Replies: 6
Views: 877
Posted By Gabrielx
Re: Changing Round Win sounds for ZPA 1.6.1

Remember that precaching MP3 files should be done using "precache_generic" with the directory "sound". For example, "sound/Zombie_plague/beafq38.mp3".
Forum: Scripting Help 06-20-2023, 15:48
Replies: 2
Solved kill money
Views: 451
Posted By Gabrielx
Re: kill money

It works perfectly fine for me. Perhaps another plugin is conflicting with it, or maybe there have been modifications made to your Counter-Strike.
Forum: Suggestions / Requests 11-07-2022, 08:09
Replies: 7
Views: 724
Posted By Gabrielx
Re: [Request] Freeze Player For 1 Second When Spawned

Try this:

#include <amxmodx>
#include <engine>
#include <hamsandwich>


#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "Author"
Forum: Scripting Help 11-02-2022, 02:24
Replies: 1
Views: 463
Posted By Gabrielx
How to completely remove armor?

How can I strip item_kevlar or item_assaultsuit?

fm_give_item(id, "item_kevlar");
fm_give_item(id, "item_assaultsuit");

cs_set_user_armor(id, 0, CS_ARMOR_KEVLAR);
cs_set_user_armor(id, 0,...
Forum: Suggestions / Requests 10-28-2022, 16:42
Replies: 2
Views: 672
Posted By Gabrielx
Re: %s problem

https://github.com/Hun1eR/Print-Center-Fix
Forum: Suggestions / Requests 03-01-2017, 04:12
Replies: 17
Views: 3,348
Posted By Gabrielx
Re: [Request] Plugin skin admin (ON FLAG)

#include <amxmodx>
#include <amxmisc>
#include <cstrike>

public plugin_init() {
register_plugin("Admins Models", "1.1.1", "whitemike")
register_event("ResetHUD", "resetModel", "b")
return...
Forum: Scripting Help 06-28-2016, 18:31
Replies: 6
Views: 674
Posted By Gabrielx
Re: Help with my plugin

code updated check again and help me...
Forum: Scripting Help 06-28-2016, 08:07
Replies: 6
Views: 674
Posted By Gabrielx
Re: Help with my plugin

model, disable or enable skin with this menu
enable or disable a custom skin
Forum: Scripting Help 06-28-2016, 06:59
Replies: 6
Views: 674
Posted By Gabrielx
Help with my plugin

How i can disable and enable a specific skin in menu, with CurWeapon


#include <amxmodx>
#include <cstrike>
#include <fakemeta>
#include <colorchat>


new bool:Model[32];
Forum: Suggestions / Requests 12-11-2015, 16:21
Replies: 0
Views: 277
Posted By Gabrielx
[REQ] Enable And Disable Guns Models

Hi, i finding a plugin for disable and enable models menu for guns, any help me?
Forum: Suggestions / Requests 07-07-2015, 13:24
Replies: 6
Views: 2,286
Posted By Gabrielx
Forum: Suggestions / Requests 07-07-2015, 12:21
Replies: 6
Views: 2,286
Posted By Gabrielx
Re: [HELP] client_cmd(id, "bind ^"m^" ^"/menu^"");

I need a command like, when the player enters the server, and press M, opens the menu, any suggestions?
Forum: Suggestions / Requests 07-07-2015, 01:51
Replies: 6
Views: 2,286
Posted By Gabrielx
[HELP] client_cmd(id, "bind ^"m^" ^"/menu^"");

Please any help me.

This command does not work on cs steam: client_cmd(id, "bind m ^"/menu^"");


Please help!!!!!!!!

:cry:
Forum: Suggestions / Requests 07-06-2015, 22:00
Replies: 22
Views: 3,216
Posted By Gabrielx
Re: [REQ] DeathRun Shop

#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <fun>
#include <cstrike>
#include <colorchat>

#define PLUGIN "Shop 2015"
#define VERSION "1.0"
#define AUTHOR "Gabriel"
Forum: Unapproved/Old Plugins 07-06-2015, 21:57
Replies: 9
Views: 2,938
Posted By Gabrielx
Re: [SURF] apenas m3 e deagle SURF Plugin

This is a plugin for surf, DROP all weapons (ONLY M3 and DEAGLE), Many people in Brazil looking for this plugin.
Forum: Unapproved/Old Plugins 07-05-2015, 21:36
Replies: 9
Views: 2,938
Posted By Gabrielx
[SURF] apenas m3 e deagle SURF Plugin

Olá galera do brasil venho trazendo plugin Apenas m3 e deagle, muita gente procura mais só acha o By Lence =], esse não tem como bugar outras armas, ainda você pode editar a mensagem quando ele pega...
Showing results 1 to 18 of 18

 
Forum Jump

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


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