Raised This Month: $ Target: $400
 0% 

Showing results 1 to 15 of 15
Search took 0.00 seconds.
Search: Posts Made By: Karibeean
Forum: Scripting Help 03-30-2017, 16:09
Replies: 6
Views: 990
Posted By Karibeean
Re: Hook Native (file.inc)

Is 1 user to all Servers... Thanks for the suggest
Forum: Scripting Help 03-30-2017, 15:13
Replies: 6
Views: 990
Posted By Karibeean
Re: Hook Native (file.inc)

Im using ReHLDS updated and im not using dproto.

Is there a example to hook the native ?
Forum: Scripting Help 03-30-2017, 14:48
Replies: 6
Views: 990
Posted By Karibeean
Hook Native (file.inc)

Hi everyone.

I want to know if exists a way to hook a native (open_dir in this case) and block it

The reason is the people can access Linux User Home with this native (and list_dir, ...)
Forum: Scripting Help 05-31-2016, 18:04
Replies: 12
Views: 1,703
Posted By Karibeean
Re: [ESF] Powerlevel transformation problem

Try

setClientPL(id, getClientPL(id) + 9995

for

esf_set_powerlevel(id, esf_get_powerlevel(id) + 9995)
Forum: Scripting Help 05-30-2016, 20:06
Replies: 12
Views: 1,703
Posted By Karibeean
Re: [ESF] Powerlevel transformation problem

setClientPL(id, getClientPL(id) + 9995)

->

setClientPL(id, (getClientPL(id) + 9995))
Forum: Scripting Help 05-30-2016, 17:54
Replies: 12
Views: 1,703
Posted By Karibeean
Re: [ESF] Powerlevel transformation problem

What is the ki limit?

Edit:

Try set max ki using

setClientKI
Forum: Scripting Help 04-11-2016, 15:47
Replies: 52
Views: 7,569
Posted By Karibeean
Re: [90% SOLVED]how to disable zp mod ON NPC round

Go to:

addons\amxmodx\config\maps

Create a file "mapname.cfg" inside put zp_on 0.
Forum: Scripting 04-07-2016, 15:32
Replies: 10
Views: 1,773
Posted By Karibeean
Re: [TF2] Run command only on the first round

new bool:firstRound = true;

public void OnPluginStart()
{
HookEvent("teamplay_round_start", EventRoundStart);
}

public Action EventRoundStart(Handle event, const char[] name, bool...
Forum: Scripting 04-07-2016, 15:15
Replies: 8
Views: 1,579
Posted By Karibeean
Re: [CS:S] Set default weapon ammo for a single player

Maybe you can try with this

stock bool:Weapon_IsReloading(weapon)
{
return bool:GetEntProp(weapon, Prop_Data, "m_bInReload");
}
Forum: Scripting 03-17-2016, 16:08
Replies: 11
Views: 2,948
Posted By Karibeean
Forum: Scripting Help 12-16-2015, 01:23
Replies: 0
Views: 440
Posted By Karibeean
Multiply experience

I have this code but at the end of the combo its says gain 0 and in the hud says the right gain.
And don't gives the exp.
#include <amxmodx>
#include <colorchat>
#include <hamsandwich>
#include...
Forum: Trash 07-16-2014, 18:18
Replies: 8
Views: 1,602
Posted By Karibeean
Re: I host servers for free

I don't want do that.
Forum: Off-Topic 07-16-2014, 15:49
Replies: 103
Views: 32,524
Posted By Karibeean
Re: Multi-Lingual Forum Archival

Please open again the Spanish Multilingual forum, i can moderate it if you want.
Forum: Approved Plugins 07-16-2014, 15:47
Replies: 637
Views: 463,257
Posted By Karibeean
Re: problem with capture the flag

I will help you,

1.- If you have admin chat color desactivate it and see if the Double Chat problem was solved.
2.- Write on console amx_cvar ctf_protection 5
Forum: Trash 07-16-2014, 15:43
Replies: 8
Views: 1,602
Posted By Karibeean
I host servers for free

Hi people.

I have a 24 slots host and i want host a unique plugin, so if somebody wants to host his server send me a PM or ask here.

The host are located in Miami, FL

Obviously CS 1.6
Showing results 1 to 15 of 15

 
Forum Jump

All times are GMT -4. The time now is 20:37.


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