why doesnt it work?
#1

ok, so when someone types a command, a load of text should show, but it doesnt.

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 );
Reply


Messages In This Thread
why doesnt it work? - by thomas.. - 10.09.2010, 20:38
Re: why doesnt it work? - by miokie - 10.09.2010, 20:44
Re: why doesnt it work? - by thomas.. - 10.09.2010, 20:45

Forum Jump:


Users browsing this thread: 1 Guest(s)