[Help] only spectator
1 Attachment(s)
MaxED9 says:
Quote:
Erm, I think you misunderstood me. What I want is, that admins can only use the ESP as a spectator not as a dead player in any team.
|
KoST says:
Quote:
ok..
go to line 370 and make it begin like this:
if (get_team(i)==3 && admin_op...
|
But I find this , how to do :
Quote:
if (admin_options[i][ESP_ON] && first_person[i] && is_user_connected(i) && admin[i] && (!is_user_alive(i)) && (spec[i]>0) && is_user_alive(spec[i])){ // :)
|
|