City Life
5 replies
1

18.09.11 04:29:23 pm
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
but why is someone is admin he can't be hurted? i want to be hurted when i am admin ._.
srry for bad english
find this line
if (rp_ct[id]==true) then
return 1
end
delete it completely.
OK?
if (rp_ct[id]==true) then
return 1
end
delete it completely.
OK?
I'm a signature bar.Thank you for your support.
What would be useful is to change it entirely to
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.
Code:
1
2
3
2
3
if player(id,"team")==2 then
return 1
end
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.
1








City Life


now i can be killed by players and npcs