/announce help
#8

use that, thats the best
pawn Код:
if(!strcmp(cmdtext, "/announce", true, 9))
{
    if(cmdtext[9] != 32 || cmdtext[10] == EOS)
        return SendClientMessage(playerid, COLOR_BRIGHTRED, "USAGE: /announce <your announcement>");
    new tString[128];
    format(tString, sizeof(tString), "| Announcement: | %s", cmdtext[10]);
    return SendClientMessageToAll(COLOR_YELLOW, tString);
}
and to your first post, if you dont understand how that works, dont use it!
Reply


Messages In This Thread
/announce help - by GTA_Rules - 20.03.2009, 17:40
Re: /announce help - by Think - 20.03.2009, 18:27
Re: /announce help - by GTA_Rules - 20.03.2009, 18:29
Re: /announce help - by MenaceX^ - 20.03.2009, 18:44
Re: /announce help - by GTA_Rules - 20.03.2009, 19:35
Re: /announce help - by Rks25 - 20.03.2009, 22:19
Re: /announce help - by MenaceX^ - 20.03.2009, 22:28
Re: /announce help - by Nero_3D - 20.03.2009, 23:02
Re: /announce help - by Zack9764 - 21.03.2009, 00:13
Re: /announce help - by Rks25 - 21.03.2009, 10:25

Forum Jump:


Users browsing this thread: 1 Guest(s)