English City Life

5 replies
Goto Page
To the start Previous 1 Next To the start
18.09.11 04:29:23 pm
Up
Chrono Seven
User
Offline Off
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
18.09.11 04:33:37 pm
Up
Rumine
User
Offline Off
Find the hook for hit, it disables hit detection for people with an admins usgn.
18.09.11 04:45:10 pm
Up
Chrono Seven
User
Offline Off
i founed hit rp_hit what i need to do ?

More >
18.09.11 04:48:49 pm
Up
if
User
Offline Off
find this line
if (rp_ct[id]==true) then
return 1
end

delete it completely.
OK?
I'm a signature bar.Thank you for your support.
18.09.11 04:57:34 pm
Up
Chrono Seven
User
Offline Off
thx, it worked now i can be killed by players and npcs
19.09.11 05:13:16 am
Up
Rumine
User
Offline Off
What would be useful is to change it entirely to

Code:
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