10.09.2010, 20:38
ok, so when someone types a command, a load of text should show, but it doesnt.
here it is
here it is
pawn Код:
new name[ 24 ], string[ 64 ];
GetPlayerName( playerid, name, 24 );
format( string, sizeof(string), "~r~%s is gunna piss you off!", name ),
GameTextForAll( string, 5000, 6 );
format( string, sizeof(string), "~w~NUKE INCOMING! FLEE THE PRISON!", name );
GameTextForAll( string, 1000, 6 );
format( string, sizeof(string), "~y~NUKE INCOMING! FLEE THE PRISON!", name );
GameTextForAll( string, 1000, 6 );
format( string, sizeof(string), "~b~NUKE INCOMING! FLEE THE PRISON!", name );
GameTextForAll( string, 1000, 6 );
format( string, sizeof(string), "~r~NUKE INCOMING! FLEE THE PRISON!", name );
GameTextForAll( string, 1000, 6 );
format( string, sizeof(string), "~o~NUKE INCOMING! FLEE THE PRISON!", name );
GameTextForAll( string, 1000, 6 );