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

Showing results 1 to 25 of 76
Search took 0.01 seconds.
Search: Posts Made By: PowereXe
Forum: Suggestions / Requests 12-23-2018, 16:09
Replies: 1
Views: 552
Posted By PowereXe
How To Insert (N/F)VAULT Into To The Menu

I Have A Menu Plugin But If Map Changes, Our Items Would Be Deleted.
How Can I Put/Insert/Place Vault And Save Players' Data. Anybody Can Help Me?
My Vault is Seriously Awful.

public...
Forum: Suggestions / Requests 12-18-2018, 18:08
Replies: 1
Views: 822
Posted By PowereXe
Need Help on Player Model/Scale

I Created A Wolfteam Mod. I Have Some Wolf Models, But Their Scales Like Human Player Models.
I Want To Enlarge & Get Bigger These Wolf Models. I Used "Scale Mesh" & "Scale Bones" in Jed's HLMW....
Forum: Suggestions / Requests 12-18-2018, 17:56
Replies: 2
Views: 1,269
Posted By PowereXe
Re: Remove "Attacked A Teammate"

I Tried This Plugin On My AMX 1.8.3 Git5201 SteamCmd Original Server. Not Working.
Forum: Suggestions / Requests 12-16-2018, 20:51
Replies: 2
Views: 1,269
Posted By PowereXe
Remove "Attacked A Teammate"

I Have a FFA Server But Not on CSDM.
So I Want To a Plugin That Removes The:

"Bla Bla Attacked A Teammate" Chat Text
"You Killed Your Teammate" Center Text
Forum: Suggestions / Requests 12-12-2018, 04:10
Replies: 2
Views: 589
Posted By PowereXe
Forum: Suggestions / Requests 12-07-2018, 19:29
Replies: 2
Views: 589
Posted By PowereXe
How Could Be Spawned The Player On Spawnpoints Without CSDM

I want to respawn players at the spawnpoints which created in cfg myself.
I have de_dust2.spawns.cfg in configs Folder. I want to get a plugin or simirlar way, but not CSDM.
Plugin will spawn the...
Forum: Approved Plugins 12-07-2018, 19:26
Replies: 53
Views: 83,701
Posted By PowereXe
Re: CSDM Random Spawn Creator

How Can I Respawn The Players On Spawnpoints Which Created With This Plugin WITHOUT CSDM.
Forum: Suggestions / Requests 11-08-2018, 05:51
Replies: 4
Views: 807
Posted By PowereXe
Re: [Easy Request] Please Help

Maybe I Can Open The Topic In The Wrong Part. Sorry For That If It's.
Forum: Suggestions / Requests 11-08-2018, 05:49
Replies: 4
Views: 807
Posted By PowereXe
[Easy Request] Please Help

I Forgot and Lost The Specification Code:

It Was A Code About All Of The Players In The Server, So I Can Use It In The Publics.
I Remember Contains "[32] [33] players Uid ++" etc.
Forum: Suggestions / Requests 07-07-2017, 15:11
Replies: 1
Views: 617
Posted By PowereXe
Re: Help Need! Painshock + Bunny Problem

Third Time Solved Myself.

#include <amxmodx>
#include <fakemeta>
#include <hamsandwich>
#include <biohazard>

// CS Player PData Offsets (win32)
const OFFSET_PAINSHOCK = 108 // ConnorMcLeod
Forum: Suggestions / Requests 07-06-2017, 21:05
Replies: 1
Views: 617
Posted By PowereXe
Myself. Painshock + Bunny Problem

I'm Working About 2 Days On It, And There Is No Solve.
I'm Using Normal/Classic Bunnyhop Plugin And Biohazard Mod.
But Bunnyhop + bh_painshockfree "1" Get Crash.


How?

When bh_painshockfree...
Forum: Suggestions / Requests 07-06-2017, 20:51
Replies: 10
Views: 3,180
Posted By PowereXe
Forum: Suggestions / Requests 06-26-2017, 20:12
Replies: 2
Views: 835
Posted By PowereXe
Re: [Biohazard] Smokeflare For Only CT's

Not Working. Flare Plugin Not Working Properly. Just Smoke Grenade :(
Forum: Suggestions / Requests 06-25-2017, 03:50
Replies: 2
Views: 835
Posted By PowereXe
[Biohazard] Smokeflare For Only CT's

public fwd_setmodel(ent, const model[])
{
if(!pev_valid(ent) || !equal(model[9], "smokegrenade.mdl") || cs_get_user_team(id) == CS_TEAM_T)
return FMRES_IGNORED

But How Can I Put That Code...
Forum: Approved Plugins 06-22-2017, 11:39
Replies: 118
Views: 98,306
Posted By PowereXe
Re: CS Bank

Good Plugin. I Loved That.
Forum: Approved Plugins 06-21-2017, 22:20
Replies: 206
Views: 181,806
Posted By PowereXe
Re: AMX Bank 1.7

Working Perfectly. Thx Bro :)
Forum: Suggestions / Requests 06-20-2017, 10:43
Replies: 4
Views: 1,010
Posted By PowereXe
Re: [REQ] set_user_dmg / set_user_damage HOW?

Yes Bro, I Want To Use In Menu.
Player Open The Menu,
Buy 2X Total Damage n' Give 8000$

But How Can I Use A Native In Menu Case?
Menu Should Give Extra Damage To Player.
Also Be Convertable...
Forum: Suggestions / Requests 06-20-2017, 10:10
Replies: 4
Views: 1,010
Posted By PowereXe
Re: [REQ] set_user_dmg / set_user_damage HOW?

Bro, Very Thanks. But I Don't Understand Very Well.

Init to Init [OK]
Native to Native [OK]
public hamplayertakingdamage [OK]

But How Can I Use In Case?
Forum: Suggestions / Requests 06-20-2017, 09:36
Replies: 4
Views: 1,010
Posted By PowereXe
set_user_weapon_damage / set_user_damage HOW?

How Can I Set User Damage With A Native? But I Want To Do For Only One Player.

set_user_damage(id, 2.0) // This Is For Total Damage [Auto+Pistol+He+Knife]...
Forum: Suggestions / Requests 06-14-2017, 22:27
Replies: 1
Views: 1,066
Posted By PowereXe
Re: Round End Freeze/Lock Players

Problem Solved Myself. I Injected This Plugin Into Amx_Freeze And Added server_cmd("amx_freeze @all 1 5").
Forum: Suggestions / Requests 06-14-2017, 21:09
Replies: 1
Views: 1,066
Posted By PowereXe
Round End Freeze/Lock Players

How Can I Lock or Freeze The Players When Round Ended.

Counter-Terrorist Win! (Lock All Alive Players, Nobody Can Move)
Terrorist Win! (Same Thing)

But I'm Curious About Can I Lock The...
Forum: Zombie Plague Mod 06-08-2017, 23:12
Replies: 62
Views: 30,419
Posted By PowereXe
Re: Zombie Plague: Crazy Night

Me Too :nono: Get FastDL
Forum: New Plugin Submissions 06-07-2017, 22:01
Replies: 180
Views: 55,335
Posted By PowereXe
Re: Aliens vs Predators [MOD]

CrazY. Can You Make Or Edit From ZP, Extra Item: Nightvision.
Because In avp_allien_attack, I Can't See Anywhere In The Build.
Also Flashlight Is Blocked. No Flare Grenade. So I Need A Nvg.
Cost...
Forum: Off-Topic 06-06-2017, 12:38
Replies: 126
Views: 100,796
Posted By PowereXe
Re: tutorial of how to make servers by STEAMCMD

Dude A Lot Of Thanks. I Searched That For One Week.
Now I Create My Original Steam HLDS Server :)
It's Working With 1023FPS :D
Forum: New Plugin Submissions 06-05-2017, 18:12
Replies: 180
Views: 55,335
Posted By PowereXe
Re: Aliens vs Predators [MOD]

You Can Share With Us Old Version, Not Problem.
I Need This Plugin :)
Showing results 1 to 25 of 76

 
Forum Jump

All times are GMT -4. The time now is 10:45.


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