Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Fjose on Dec 24, 2014, 08:10 PM

Title: Announce problem
Post by: Fjose on Dec 24, 2014, 08:10 PM
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.
Title: Re: Announce problem
Post by: MatheuS on Dec 24, 2014, 09:35 PM
Announce( message, player, type );
Title: Re: Announce problem
Post by: ThunderStorm on Dec 25, 2014, 06:08 AM
Wiki lies :>
Title: Re: Announce problem
Post by: Nothing on Dec 25, 2014, 08:19 AM
Quote from: MatheuS on Dec 24, 2014, 09:35 PMAnnounce( message, player, type );

this is right code i have tested it