Hello all,
first Im sorry to open a new thread about this Problem! I know there are a lot of threads open. in most of them is a solution. But I'm not happy with this solution.
Problem is: If I am Terrorist and alive, I cant see the VIP in the scoreboard.
Now I will post again the solution, which I get out of the other thread.
Code:
public makevip(id)
{ message_begin(MSG_ALL, get_user_msgid("ScoreAttrib"),{0,0,0},0)
write_byte(id) //userid
write_byte(4) //vipflag
message_end()
return PLUGIN_HANDLED
}
This WORK!!! But if I am alive and terrorist I don't see the VIP status. Not just my own VIP status. I don't see any VIP status.
I don't play as_ maps. But maybe the Problem is, that the HL engine doesn't let terrorists see the VIP status.
Is there any possibility to fix this? Does anybody know a solution, that can make alive terrorists see the VIP status?
Anyway thanks for consideration.
fragnichtnach
edit: Is it possible that this Funktion produces lags?