1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
addhook("hit","hitpowup") --adds hit hook function hitpowup(id,src,wpn,dmg,apdmg) --function if (id==X and wpn==wpn) then 	dmg = dmg+X 		--x = you decide! 	apdmg = apdmg+X 	--x = your election! end end end
somewhat fixed for you wups
Currently I am stopping making normal scripts(kinda)
I'm starting making AMX2D based commands for my server
AND
If anyone could teach me about the save and load function( still don't understand it) then i could make something i wanted a long time
edited 1×, last 17.11.09 04:29:46 am