How to add color to Words like words in /commands
#10

On top of script :
pawn Code:
#include <colors>
The command (your script) :
pawn Code:
if (strcmp("/commands", cmdtext, true, 10) == 0) // Shows the Commands List
    {
        SendClientMessage(playerid,Red,"Server Commands");
         SendClientMessage(playerid,Blue,"/help /kill /rules");
        SendClientMessage(playerid,Blue,"/help More Commands Soon!!");
        return 1;
     }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)