23.04.2015, 15:57
Please note before reading this is a very simple task to do only for beginners!
Start off by getting zcmd (Thnking you already know how to do this)
Now you can change the color of the message by searching in your gamemode like this #define COLOR_YELLOW 0xFFFF00AA
Hope you learn something new from this.
Start off by getting zcmd (Thnking you already know how to do this)
Quote:
CMD:sup(playerid, params[]) // Leave it like this { SendClientMessage(playerid, COLOR_YELLOW, "Type your message here"); //Sending a message to the person who types this command in this case the command is 'sup' } |
Hope you learn something new from this.