GUYS HELP ME SO SIMPLE
#1

okey guys any one help me how i use clearchat cmd its mean when the gm change the all chat will clear and send to client msgs
the tw loading new mission
Reply
#2

pawn Код:
for(new i=0; i<100; i++)//100 = amount of lines
{
    SendClientMessageToAll(COLOR, " ");
}
SendClientMessageToAll(COLOR, "Starting new mission...");
Reply
#3

is this remove the chat
Reply
#4

Yes, it will clear all the chat and send the message "Starting new mission..." to all players.
Reply
#5

hihihi its not work
Reply
#6

An example of use:
pawn Код:
if(strcmp(cmd, "/clearchat", true) == 0)
{
    for(new i=0; i<100; i++)
    {
        SendClientMessageToAll(0x8B4513AA, " ");
    }
    SendClientMessageToAll(0x8B4513AA, "Starting new mission...");
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)