Forum

> > CS2D > Scripts > City Life
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch City Life

5 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt City Life

Chrono Seven
User Off Offline

Zitieren
hi everyone i have a question, im using Blocker City Life lua
but why is someone is admin he can't be hurted? i want to be hurted when i am admin ._.

srry for bad english

alt Re: City Life

Apache uwu
User Off Offline

Zitieren
Find the hook for hit, it disables hit detection for people with an admins usgn.

alt Re: City Life

Chrono Seven
User Off Offline

Zitieren
i founed hit rp_hit what i need to do ?

Mehr >

alt Re: City Life

if
User Off Offline

Zitieren
find this line
if (rp_ct[id]==true) then
return 1
end

delete it completely.
OK?

alt Re: City Life

Apache uwu
User Off Offline

Zitieren
What would be useful is to change it entirely to

1
2
3
if player(id,"team")==2 then
		return 1
	end

Now when you are ct you are invincible, however when you want to enjoy the game play of the role play you can simply join the tr team.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht