Forum

> > CS2D > Scripts > LF 3 Scripts
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch LF 3 Scripts

3 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt LF 3 Scripts

TheManiak-SVK
User Off Offline

Zitieren
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.

alt Re: LF 3 Scripts

Rainoth
Moderator Off Offline

Zitieren
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"

alt Re: LF 3 Scripts

Rainoth
Moderator Off Offline

Zitieren
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.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht