Forum

> > CS2D > Scripts > LF 3 Scripts
Forums overviewCS2D overview Scripts overviewLog in to reply

English LF 3 Scripts

3 replies
To the start Previous 1 Next To the start

old LF 3 Scripts

TheManiak-SVK
User Off Offline

Quote
Hello, i need 3 scripts and i can't find them anywhere.

1. Frag reward for destroying neutral turret
2. Chat admin tag (for example: [ADMIN]Player: hello world)
3. CS 1.6Like PingFaker - Fake ping decrease, thanks.

old Re: LF 3 Scripts

Rainoth
Moderator Off Offline

Quote
For 1 you will need objectkill if I'm not mistaken. I might write it later (or the others will)

for 2 you should just search forum/file archive. It's full of those.
I am too lazy to write one right now so I'll just provide one that I wrote about 9 months ago.
Here it is >


I do not understand what you mean by number 3. Sorry.

EDIT :
1
2
3
4
5
6
addhook("objectkill","rew")
function rew(id,ply)
if id == 8 and object(id,"team")==0 then
parse("setmoney "..ply.." "..player(ply,"money")+1000)
end
end

Apologies for untabbed code, I was writing it in this site and it's really inconvenient to do it here. It works only on single turret. You'll have to write additional checks for other turrets. Turret IDs can be found in cs2d.com/help page near "object"

old Re: LF 3 Scripts

Rainoth
Moderator Off Offline

Quote
Oh, I understand that. However, it is not possible to change it's value. You'd have to change in-game values and that part isn't changeable via Lua. It's probably only possible to change this illegally and I have no wish, ability or knowledge to do it.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview