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

Showing results 1 to 25 of 148
Search took 0.01 seconds.
Search: Posts Made By: Noizza
Forum: Scripting Help 02-16-2007, 19:32
Replies: 3
Views: 1,947
Posted By Noizza
Re: Damageradius like seen in Gasnades für players.

Thank you!

But...
I startet coding this plugin 2004....
I found it yesterday an looked at its code...
The i realized that i´ve forgot everything i know about coding plugins ;)

So your answer...
Forum: Scripting Help 02-15-2007, 21:26
Replies: 3
Views: 1,947
Posted By Noizza
Damageradius like seen in Gasnades für players.

Hi!

I need a little help with my plugin.

I want a player to glow yellow and do 5dmg per second to alle players next to him (radius like grenade).

glowing is no problem^^
but how do i make...
Forum: Tech Support 02-14-2007, 03:57
Replies: 1
Views: 1,048
Posted By Noizza
How to deactivate a message

Hi!

I have some users on my Server that are not Happy with the XP-message right under the crosshair...

Is there a way to deactivate it?

Thx!
Forum: General 07-14-2005, 20:11
Replies: 32
Views: 7,077
Posted By Noizza
set_user_rendering give_item set_user_health ...

set_user_rendering
give_item
set_user_health
set_user_frags

all these are fun functions^^
and the other post from hin wasnt here as i postet my answer^^
Forum: General 07-14-2005, 20:03
Replies: 32
Views: 7,077
Posted By Noizza
funmodule isnt activated^^

funmodule isnt activated^^
Forum: General 07-14-2005, 19:59
Replies: 16
Views: 2,773
Posted By Noizza
and any other commands? are they working? ...

and any other commands? are they working?

tried "meta list" ? so you can be sure amxx is working?

have you got:
admin
admincmd
adminchat

activated in you plugins.ini ????
Forum: Trash 07-14-2005, 19:50
Replies: 1
Views: 1,921
Posted By Noizza
???? why is your modules.ini from amx? and...

????

why is your modules.ini from amx?
and the plugin amxx?????
Forum: Trash 07-14-2005, 19:43
Replies: 2
Views: 1,013
Posted By Noizza
so you mean it takes a little longer?

so you mean it takes a little longer?
Forum: Trash 07-14-2005, 19:28
Replies: 2
Views: 1,013
Posted By Noizza
Posting Plugins^^

?

MfG Noizza ;)
Forum: Approved Plugins 07-14-2005, 16:21
Replies: 41
Views: 58,278
Posted By Noizza
hmmm... for that you need to make your own...

hmmm...
for that you need to make your own sprite ;)
Forum: Approved Plugins 07-14-2005, 09:39
Replies: 90
Views: 127,446
Posted By Noizza
yo v3x ;) thx for bringing my idea on the...

yo v3x ;)
thx for bringing my idea on the world´s CS-Server´s ;)
Forum: Scripting Help 07-13-2005, 17:03
Replies: 4
Views: 1,435
Posted By Noizza
Set Flashbang-flash to red

topic sais everything ;)
i want to make my flashbangs falsh red not white...
i knew its possible but not so simple i could make it without any ;)

MfG Noizza
Forum: Scripting Help 07-13-2005, 12:07
Replies: 2
Views: 937
Posted By Noizza
hmmm use a cvar^^ if the cvar is 1 you let it...

hmmm use a cvar^^
if the cvar is 1 you let it run if not stop it^^
Forum: Trash 07-12-2005, 20:25
Replies: 13
Views: 2,543
Posted By Noizza
pffff... dont get it... tried everything... ...

pffff... dont get it... tried everything...
whats wrong?

the buyzones arent disabled if i do it with "if(mode)"
and if not they are disabled all the time^^...


#include <amxmodx>
#include...
Forum: Trash 07-12-2005, 19:42
Replies: 13
Views: 2,543
Posted By Noizza
nice work^^ dont thought thats such hard to...

nice work^^
dont thought thats such hard to remove buyzones ^^
thx...
Forum: Trash 07-12-2005, 19:21
Replies: 13
Views: 2,543
Posted By Noizza
hmmm... i will make a new version that gives...

hmmm...
i will make a new version that gives bodyarmor 4 all and defuse for the CTs...
and i will use buyzome diabling instead of 0 money ;)

does somebody know how that works? with the buyzone?
Forum: Trash 07-12-2005, 16:13
Replies: 13
Views: 2,543
Posted By Noizza
has the same effect as setting the money to 0 ;) ...

has the same effect as setting the money to 0 ;)
and i dont know the other way but i think its easier to du it like that ;)

@ v3x
will be edited ;)
Forum: Trash 07-12-2005, 13:34
Replies: 13
Views: 2,543
Posted By Noizza
Plugin: Snipermode

Well this little funplugin give every player:

1x AWP + ammo
1x Scout + ammo
1x Deagle + ammo
1x USP + ammo

at the roundstart!

CVARS:
Forum: Scripting Help 07-12-2005, 01:11
Replies: 13
Views: 2,520
Posted By Noizza
for those who want to use it: #include...

for those who want to use it:


#include <amxmodx>
#include <engine>
#include <fun>
#include <cstrike>

public plugin_init()
{
Forum: Scripting Help 07-12-2005, 01:07
Replies: 13
Views: 2,520
Posted By Noizza
uuuhhhh damn.... sorry that you made this...

uuuhhhh damn....

sorry that you made this work for nothing^^

i made it like this:

cs_set_user_bpammo(id,CSW_SCOUT,20)
cs_set_user_bpammo(id,CSW_AWP,20)
...
Forum: Scripting Help 07-12-2005, 00:49
Replies: 13
Views: 2,520
Posted By Noizza
as a saw that v3x has replied to my problem i...

as a saw that v3x has replied to my problem i knew that my plugin now will run perfect ;)
and it does... thx a lot ;)

could someone plz tell me the consts for the ammos?
Forum: Scripting Help 07-12-2005, 00:27
Replies: 13
Views: 2,520
Posted By Noizza
now it works ;) thx a lot... but in...

now it works ;)

thx a lot...

but in debug mode it say lots of stuff...

L 07/12/2005 - 06:26:12: [CSTRIKE] Invalid player 18
L 07/12/2005 - 06:26:12: [AMXX] Native error in "give_item" on...
Forum: Scripting Help 07-12-2005, 00:02
Replies: 13
Views: 2,520
Posted By Noizza
kk did it myself... thanks for the help ;) ...

kk did it myself...
thanks for the help ;)

made it like this:



#include <amxmodx>
#include <engine>
#include <fun>
Forum: Scripting Help 07-11-2005, 23:36
Replies: 13
Views: 2,520
Posted By Noizza
??? what you dont understand? it doesnt...

???

what you dont understand?

it doesnt work^^

just a few warnings...
but doesnt work ingame...
Forum: Scripting Help 07-11-2005, 23:34
Replies: 13
Views: 2,520
Posted By Noizza
[prob solved] - PLUGIN: SNIPERMODE (tested on CS:CZ)

So... i made this plugin for my server...
should change usermoney every round start to 0 (that they cant buy) and give a few weapons to them...



#include <amxmodx>
#include <engine>
#include...
Showing results 1 to 25 of 148

 
Forum Jump

All times are GMT -4. The time now is 06:02.


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