15.01.2010, 11:29
Working on a small UCP for my admin team, but when they kick players it only announces on the website i would also have it to say it INGAME, so could i do like
when they type kick 0 on the UCP it would announce ingame, PlayerID 0 has been kicked from the UCP.
Could anybody help me with that, only thing I've got now is it prints it into the console
when they type kick 0 on the UCP it would announce ingame, PlayerID 0 has been kicked from the UCP.
Could anybody help me with that, only thing I've got now is it prints it into the console
Код:
public OnRconCommand(cmd[]) { return 1; }