Text doesn't show
#4

pawn Код:
stock SCNRM(string[])
{
    new string1[500];
    format(string1, sizeof(string1), "{FF0000}[CNR]: {FF0000}%s",string);
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(mode[i] == 3 && modeid[i] == 1)
        {
            SendClientMessage(i, -1, string1);
        }
    }
    return 1;
}
Reply


Messages In This Thread
Text doesn't show - by Metroplex - 27.10.2014, 04:46
Re: Text doesn't show - by Laurey - 27.10.2014, 04:56
Re: Text doesn't show - by Metroplex - 27.10.2014, 05:01
Re: Text doesn't show - by Laurey - 27.10.2014, 05:04
Re: Text doesn't show - by Metroplex - 27.10.2014, 05:07

Forum Jump:


Users browsing this thread: 2 Guest(s)