Forum

> > CS2D > Scripts > aim_shotgun clan script
Forums overviewCS2D overview Scripts overviewLog in to reply

English aim_shotgun clan script

2 replies
To the start Previous 1 Next To the start

old aim_shotgun clan script

KidJony
User Off Offline

Quote
Hello us

Today i need help
I need a clan script like restless clan server

when i kill player it show the hp

exemple:
Spoiler >


And On the boton of the screen it writed my clan name

for exemple:
Spoiler >


please help me Thx
Oh just i have One code for you all :
1
2
3
4
5
6
7
8
9
10
11
12
13
------Fast-Reload-------
------By leon7070-------
------06.10.2010--------
---www.newearth.de.tt---

addhook("reload","fastreload")
function fastreload(id,mode)
wp = player(id,"weapontype")
	if mode==1 then
		parse("equip "..id.." "..wp)
		parse("setweapon "..id.." "..wp)
	end
end

Thanks

old Re: aim_shotgun clan script

omg
User Off Offline

Quote
it bugs me that wp isnt a local variable, although its very unlikely itll interfere with gameplay and give players wrong weapons...

can u give a better example of the text by copying it word for word? + the player names
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview