30.01.2017, 14:03
Quote:
Why do you use SendPlayerMessageToAll and also playerid?
It is SendClientMessageToAll(color, string); You don't need a playerid if you send it to everyone.. |
Quote:
You've to return 0 to prevent sending player original message to others, so it will be:
PHP код:
|
Quote:
Use return 0 instead of return 1 to prevent repeating or use this code
|

@AndreiWow
SendPlayerMessageToAll is different than SendClientMessageToAll