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
#2

look at your string
you dont have a "%s"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)