27.05.2010, 18:01
I am using Raven's Roleplay can any one help me change the OOC AND IC color because they are both pink and it sucks.
Thanks alot..
Thanks alot..
Originally Posted by $ЂЯĢ
Are you so special that you need separate topic for this? Get back to GM's topic and ask there.
|
#include <asamp> #define SOME_COLOR AX00000000 |
#define COLOR_YOURCOLOR colorcode
#define COLOR_YELLOW2 0xF5DEB3AA
if(strcmp(cmd, "/b", true) == 0)//local ooc { if(IsPlayerConnected(playerid)) { format(string, sizeof(string), "(( [%i] %s Says: %s ))", playerid, sendername, result); } ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5); printf("%s", string); } return 1;
Originally Posted by Karl115
Quote:
|