colour help
#1

pawn Код:
dcmd_stunts(playerid, cmdtext[]) {
    #pragma unused cmdtext
    SetPlayerPos(playerid, 1985.5273,-2241.5156,13.5469);
    new name[24], string[128];
    GetPlayerName(playerid, name, 24);
    format(string, 128, "%s (%d) ..::has gone to do stunts::..", name, playerid);
    SendClientMessage(playerid, COLOR_GREENS, string);
    return 1;
}
IS THERE ANYWAY POSSIBLE TO MAKE "..::kaos has gone to do stunts::.." into ..::kaos has gone to do stunts::..

THANKS IN ADVANCE
Reply
#2

BUMP PLEASE
Reply
#3

Do not bump after 4 minutes dude.
pawn Код:
format(string, 128, "{00FFEE}%s (%d) {C9FFAB}..::has gone to do stunts::..", name, playerid);
    SendClientMessage(playerid, -1, string);
Reply
#4

OK THANKS AND SORRY
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)