/o :(
#5

Try this:

pawn Код:
if(!strcmp("/o", cmdtext, true, 2))
{
    if(!strlen(cmdtext)) return SendClientMessage(playerid, COLOR_YELLOW, "Usage: /o [chat]");
    new str[128], pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pName, sizeof(pName));
    format(str, sizeof(str), "[OOC] %s: %s", pName, cmdtext[2]);
    SendClientMessageToAll(COLOR_GREEN, str);
    return 1;
}
Reply


Messages In This Thread
/o :( - by Luis- - 19.08.2010, 00:52
Re: /o :( - by Toni - 19.08.2010, 00:57
Re: /o :( - by Faith - 19.08.2010, 00:57
Re: /o :( - by Luis- - 19.08.2010, 01:04
Re: /o :( - by PotH3Ad - 19.08.2010, 01:10
Re: /o :( - by Luis- - 19.08.2010, 01:13

Forum Jump:


Users browsing this thread: 1 Guest(s)