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

Showing results 1 to 25 of 115
Search took 0.02 seconds.
Search: Posts Made By: shino
Forum: Approved Plugins 05-31-2008, 17:20
Replies: 1,538
Views: 915,475
Posted By shino
Re: Zombie Swarm 2.4

Just stopping by to get my MSN out of the profile (random people adding me is not fun) and then came upon this thread.

Great job pulled there, congratulations!

While absent, I quit...
Forum: Off-Topic 10-18-2006, 15:27
Replies: 1
Views: 1,135
Posted By shino
connecting socket to quakenet.org

can i connect a socket in amxx plugin to irc.quakenet.org? is this possible or does quakenet have some kind of protection against this kind of clients?

curious, since making a private plugin ^^
...
Forum: Suggestions / Requests 10-18-2006, 13:17
Replies: 2
Views: 1,765
Posted By shino
Re: Headshot HUD Messages

that's in miscstats.amxx

enable it in your plugins.ini and it should work.
Forum: Scripting Help 10-18-2006, 08:05
Replies: 3
Views: 1,446
Posted By shino
Re: question about ids and stuff ...

thank you :) but please explain:
"You should declare the UserReady array somewhere."

where should i declare it?
Forum: Scripting Help 10-17-2006, 15:54
Replies: 3
Views: 1,446
Posted By shino
question about ids and stuff ...

this is code ...

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plugin"
#define VERSION "1.0"
#define AUTHOR "Author"
Forum: Off-Topic 09-25-2006, 14:09
Replies: 1
Views: 1,187
Posted By shino
cfg generator for every amxx plugin :)

so, i thought of kinda config generator for every single amxx plugin, stated on amx mod x site.
what would it do?
1. you would select plugin for which you wish to set cvars
2. all the cvars for...
Forum: General 09-24-2006, 05:27
Replies: 1
Views: 734
Posted By shino
cfg generator for every single amxx plugin

so, i thought of kinda config generator for every single amxx plugin, stated on amx mod x site.
what would it do?
1. you would select plugin for which you wish to set cvars
2. all the cvars for...
Forum: Off-Topic 08-25-2006, 17:43
Replies: 1
Views: 790
Posted By shino
mouse goes wild when in smoke

i have a problem when playing cs... when i come near smoke, let's say 1 meter, or when i am in smoke, my mouse goes wild. sensitivity is enormous, so, when i move mouse a little, i make at least one...
Forum: Scripting Help 08-18-2006, 06:52
Replies: 7
Views: 1,842
Posted By shino
HIT_GENERIC

when is hit generic used?

like, HIT_HEAD is used when someone is hit in the head, and HIT_LEFTLEG is used when someone is hit in the left leg...

thans :P
Forum: Off-Topic 08-17-2006, 06:06
Replies: 8
Views: 2,022
Posted By shino
Re: sites template

http://www.xtream-team-clan.de/Xtream-Team-Clan/index.html
Forum: Unapproved/Old Plugins 08-05-2006, 08:10
Replies: 9
Views: 3,684
Posted By shino
Weapon Punishment

Weapon Punishment 1.0

What this plugin does:
It punishes users, who use a specified weapon. Very useful against annoying awps and shotguns.

Cvars:

wp_status - <0|1> - When 0, the plugin...
Forum: Off-Topic 08-05-2006, 05:08
Replies: 9
Views: 2,306
Posted By shino
Re: MOTD Backround PIC!

<body background="piccc.jpg">
Forum: Suggestions / Requests 08-03-2006, 16:37
Replies: 4
Views: 1,676
Posted By shino
Re: Clan Tag..

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Tag Giver"
#define VERSION "1.0"
#define AUTHOR "Shino"

#define ADMIN_LVL ADMIN_LEVEL_F
Forum: Off-Topic 08-03-2006, 04:36
Replies: 12
Views: 1,969
Posted By shino
Re: Question

http://img62.**************/img62/5893/bigmommaep3.jpg
Forum: Scripting Help 08-02-2006, 18:09
Replies: 4
Views: 1,563
Posted By shino
Re: Invalid player ID 0

good, works. thanks
Forum: Off-Topic 08-02-2006, 18:04
Replies: 12
Views: 1,969
Posted By shino
Re: Question

i call my mum
Forum: Approved Plugins 08-02-2006, 16:54
Replies: 41
Views: 56,384
Posted By shino
Re: IRC bot for Steam (chanbot)

looked on google and in irc, on servers gamesurge and quakenet... didn't find a lot :) is it an amxx plugin?
Forum: Scripting Help 08-02-2006, 14:08
Replies: 4
Views: 1,563
Posted By shino
Forum: Suggestions / Requests 08-02-2006, 12:56
Replies: 5
Views: 2,157
Posted By shino
Re: Talk ingame to only one Player/Conference

here's a new version, it saves authids, since they don't change(and names can).

commands:

say !newchat usertoinvite - starts a new chat with that user
say !add or !invite usertoinvite -...
Forum: Suggestions / Requests 08-02-2006, 12:42
Replies: 4
Views: 1,590
Posted By shino
Re: [Suggestion] Lose hp per sec if AWP

it is probably outputting you run time error 10 and invalid player id...(at least it does to me) well... working on it :)
Forum: Scripting Help 08-02-2006, 12:39
Replies: 4
Views: 1,563
Posted By shino
Invalid player ID 0

public Check_Weapon(id) {
new WeapClip,WeapAmmo,UserHP,HPPunish,weap
weap = get_user_weapon(id,WeapClip,WeapAmmo)
if(weap == CSW_AWP) {
// some code here...
}
return PLUGIN_CONTINUE
}
...
Forum: Suggestions / Requests 08-02-2006, 11:32
Replies: 4
Views: 1,590
Posted By shino
Re: [Suggestion] Lose hp per sec if AWP

i didn't quite found it, so i made it :)

cvars:
ahp_status - when 1, plugin works, when 0, it doesn't
ahp_seconds - lets you choose on how many seconds the check is performed
ahp_health - lets...
Forum: Approved Plugins 08-02-2006, 03:21
Replies: 41
Views: 56,384
Posted By shino
Re: IRC bot for Steam (chanbot)

like, it's saying in channel what is happening in the game(bomb planted/dropped, player killed player...)?

edit: nice job
Forum: Suggestions / Requests 08-01-2006, 16:14
Replies: 5
Views: 2,157
Posted By shino
Re: Talk ingame to only one Player/Conference

here's a beta version.

i don't have access to any cs server, so i'd be pleased if someone would try this for me and report, how it does
Forum: Suggestions / Requests 07-30-2006, 04:31
Replies: 5
Views: 2,157
Posted By shino
Showing results 1 to 25 of 115

 
Forum Jump

All times are GMT -4. The time now is 23:43.


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