Announce problem

Started by Fjose, Dec 24, 2014, 08:10 PM

Previous topic - Next topic

Fjose

current sintaxis is Announce( playerTo, message, type ), for e.gg I have: Announce( player, "Hello everybody", 5 ); and nothing happens but if I have Announce( "Hello everybody", 5 ); the message appears, I guess it Announce function have a problem with the player variable, I've tried 'player.ID' and 'player' and nothing.

MatheuS

Announce( message, player, type );
if( !sucess ) tryAgain();
Thanks to the VCMP community. It was the happiest period of my life.

ThunderStorm




Nothing

Quote from: MatheuS on Dec 24, 2014, 09:35 PMAnnounce( message, player, type );

this is right code i have tested it