Game text dosen't show up?
#1

Hello there!

I've tried to script a checkpoint, and when you enter it, it should text to all the players, and than get disable.

Код:
  new name[ 24 ], string[ 64 ];
  GetPlayerName( playerid, name, 24 );

  format( string, sizeof(string), "~y~      Text here!    ", name );
  format( string, sizeof(string), "~y~      Text Here     ", name );
  format( string, sizeof(string), "~y~     Text here!    ", name );
  GameTextForAll( string, 5000, 3 );

  DisablePlayerCheckpoint(playerid);
If you can see something that's wrong, please tell me (:

-Naxix
Reply


Messages In This Thread
Game text dosen't show up? - by Naxix - 27.02.2010, 12:47
Re: Game text dosen't show up? - by notime - 27.02.2010, 13:21

Forum Jump:


Users browsing this thread: 1 Guest(s)