Show public message to one team
I'm trying to show a hostage death to CT only. The code I tried using will show it to both terrorist and counter-terrorist so I guess if you send the message to one player it will auto send it to all players.
I also tried to block the message but it seems you can't block messages you create in the plugin? Here is my code: PHP Code:
|
Re: Show public message to one team
Remove the 3rd param from get_pdata_int(...)
Code:
get_pdata_int(players[i], 114); |
Re: Show public message to one team
Try to use MSG_ONE or MSG_ONE_UNRELIABLE
|
Re: Show public message to one team
Quote:
Quote:
|
| All times are GMT -4. The time now is 01:17. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.