thx VEN!
EDIT: I meant the #Game_bomb_pickup message, should that message have the "bc" flags aswell
EDIT #2: How to detect the flags of a message like that and how to replace a message?
And how to get the #id of a person that gets a "Personal message" like "You picked up the bomb"
Does this work to replace a message:
Code:
public replace_Bomb_Planted(){
client_print(0, print_center, "This message replaced ^"The bomb has been planted^"")
return PLUGIN_HANDLED
}
__________________