Jump to content

Question

3 answers to this question

Recommended Posts

Posted

[pawn] #define W "{FFFFFF}"

        #define R  "{FF0000}"

        if( P_DATA[ playerid ][ pAdmin ] )// pAdmin inlocuiesti tu cum ai la level admin , P_DATA inlocuiesti tu

{

          new

                messagetext[ 500 ];

  format( messagetext, 500, ""W"[ %d"W" ]( "R"ADMIN"W" ): %s", playerid, text );

  SendPlayerMessageToAll( playerid, messagetext );

  return 0;

}[/pawn]

idiots.png
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.