Forum

> > CS2D > Scripts > City Life
Forums overviewCS2D overview Scripts overviewLog in to reply

English City Life

5 replies
To the start Previous 1 Next To the start

old City Life

Chrono Seven
User Off Offline

Quote
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

old Re: City Life

Apache uwu
User Off Offline

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

old Re: City Life

Chrono Seven
User Off Offline

Quote
i founed hit rp_hit what i need to do ?

More >

old Re: City Life

if
User Off Offline

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

delete it completely.
OK?

old Re: City Life

Apache uwu
User Off Offline

Quote
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.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview