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

Showing results 1 to 25 of 78
Search took 0.02 seconds.
Search: Posts Made By: BeeFighter
Forum: Scripting Help 05-02-2012, 16:24
Replies: 21
Views: 4,186
Posted By BeeFighter
Re: Redirect Menu Problem

Take a look in his code, as you want 'almost' the same....
Forum: Scripting Help 05-02-2012, 16:22
Replies: 21
Views: 4,186
Posted By BeeFighter
Re: Redirect Menu Problem

You are wanting the same as xRedirect, Do I smell something?
Forum: Unapproved/Old Plugins 05-02-2012, 16:15
Replies: 33
Views: 17,843
Posted By BeeFighter
Re: Experience Mode [Hide'N'Seek]

new pKill
new pHeadShot
new pKnife
new pTeamKill
new pPrefix
new gVault
new MaxPlayers
new SayText

->
Forum: Scripting Help 04-28-2012, 08:07
Replies: 9
Views: 1,067
Posted By BeeFighter
Re: Errors ):

/* Awesome:
- Ranks
*/
enum _:enumRank {
Vip
}
new const Rank_Names[enumRank][] = {
"Vip"
}
new const Rank_Flags[enumRank] = {
Forum: Scripting Help 04-28-2012, 08:00
Replies: 9
Views: 1,067
Posted By BeeFighter
Re: Errors ):

Don't spoonfeed him,

If he want us to help he must give us his full code.
Forum: Suggestions / Requests 04-28-2012, 07:58
Replies: 2
Views: 730
Posted By BeeFighter
Re: [REQ]Respawn

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

#define PLUGIN "Unlimited T respawn"
#define VERSION "1.0"
#define AUTHOR "Pancakez"

new Plugin, RespawnTime
Forum: Scripting Help 04-28-2012, 07:49
Replies: 9
Views: 1,067
Posted By BeeFighter
Re: Errors ):

I need ur full code, how are we suppose to know what the error is.
Forum: Scripting Help 04-28-2012, 07:41
Replies: 10
Views: 1,746
Posted By BeeFighter
Re: How can i transfer xp with a command?

look @ exolents XP mod he got it:)
Forum: Scripting Help 04-28-2012, 07:41
Replies: 12
Views: 2,390
Posted By BeeFighter
Forum: Unapproved/Old Plugins 04-26-2012, 12:35
Replies: 10
Views: 3,163
Posted By BeeFighter
Re: Health Display

redundant in my eyes. not worth a approval honestly.
Forum: Suggestions / Requests 04-24-2012, 15:09
Replies: 9
Views: 2,699
Posted By BeeFighter
Re: [REQ] Different XP mod

all these things can be found in tutorials .. including new XP mod tutorial.
Forum: Suggestions / Requests 04-22-2012, 09:33
Replies: 1
Views: 596
Posted By BeeFighter
Radio Plugin

Just need to add music, otherwise players will use HLDJ and others don't like that

Not sure if it exists, if it does could anyone help me search?

I've only found Jukebox for source.

If it...
Forum: Scripting Help 04-22-2012, 08:50
Replies: 2
Views: 918
Posted By BeeFighter
Hook team join

Does any one know how I can hook whether they join CT and / or T

Need to block them from going inside CT.
Forum: Scripting Help 04-15-2012, 09:02
Replies: 7
Views: 1,113
Posted By BeeFighter
Re: Exec command ONCE after chosing a team

register_event("TextMsg", "AtJoinTeam", "a", "1=1", "2&Game_join_te", "2&Game_join_ct")

public AtJoinTeam()
{
new iPlayers[32], iNum, tempid
get_players(iPlayers, iNum)

for(new i;...
Forum: Scripting Help 04-15-2012, 08:31
Replies: 7
Views: 1,113
Posted By BeeFighter
Re: Exec command ONCE after chosing a team

Use TextMsg event,

And to prevent from showing again when he changes team make a bool, to do a check.
Forum: Suggestions / Requests 04-12-2012, 09:25
Replies: 1
Views: 1,313
Posted By BeeFighter
Re: [HELP] Code for CW.

amx_cfg live.cfg
Forum: Unapproved/Old Plugins 04-09-2012, 10:44
Replies: 9
Views: 2,455
Posted By BeeFighter
Re: Admin Commands [v1.0.0]

You do, when you were editing it for me cause I had no time,

Get your facts straight before trying to release something that isn't yours. this is to obvious hehe
Forum: Unapproved/Old Plugins 04-09-2012, 10:40
Replies: 9
Views: 2,455
Posted By BeeFighter
Re: Admin Commands [v1.0.0]

It might not been my idea, yet it's the point that you haven't changed a single thing from my code.

All you added was more commands wich is copy and pasting.. all the functions are exactly the...
Forum: Unapproved/Old Plugins 04-09-2012, 10:34
Replies: 9
Views: 2,455
Posted By BeeFighter
Re: Admin Commands [v1.0.0]

Get your facts straight, failkid.

We dont have commander status, nor we have transfer. wtf hahahah

And also explain me this line:

I took nothing from FragNation. You guys ain't even using...
Forum: Unapproved/Old Plugins 04-09-2012, 10:27
Replies: 9
Views: 2,455
Posted By BeeFighter
Re: Admin Commands [v1.0.0]

I just love how you took the code made for Fragnation.eu

-You know who this is.
Forum: Suggestions / Requests 04-08-2012, 09:06
Replies: 35
Views: 7,661
Posted By BeeFighter
Re: [req] simple hud message

set_hudmessage(0, 255, 0, 0.18, 0.0, 0, 6.0, 12.0)
show_hudmessage(id, "SERVER IP - 87.120.215.159:27016")
Forum: Scripting Help 04-07-2012, 11:17
Replies: 15
Views: 1,946
Posted By BeeFighter
Re: Help?, how do i find out who killed who?

Yeah, you made a blockmaker.. so I assume you can customise it to your needs.
Forum: Scripting Help 04-07-2012, 11:08
Replies: 7
Views: 1,138
Posted By BeeFighter
Re: Another simple problem...

user_silentkill(id)

->

new iPlayers[32], iNum, tempid
get_players(iPlayers, iNum, "a")

for(new i; i < iNum; i++)
{
tempid = iPlayers[i]
Forum: Scripting Help 04-07-2012, 10:59
Replies: 3
Views: 784
Posted By BeeFighter
Silent Walking Kill

Is there anyway to detect a player silent walking, and killing the same time.

so basically Silent walking kill.

Sorry for my weird explanation. lol

Sincerely,

bf
Forum: Scripting Help 04-07-2012, 10:11
Replies: 15
Views: 1,946
Posted By BeeFighter
Re: Help?, how do i find out who killed who?

new iKiller = read_data( 1 )

new szName[33]
get_user_name(iKiller, szName, 31)

ColorChat(0, GREEN, "%s has won the battle!", name)


read_data(1) = killer
read_data(2) = victim
Showing results 1 to 25 of 78

 
Forum Jump

All times are GMT -4. The time now is 18:25.


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