27.02.2010, 12:47
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.
If you can see something that's wrong, please tell me (:
-Naxix
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);
-Naxix