OOC Command, (Out of Character, /o)
#10

pawn Код:
if (strcmp("/ooc", cmdtext, true) == 0)
    {
        new string[128];
        new pName[MAX_PLAYER_NAME], string[128]; GetPlayerName(playerid, pName, sizeof pName);
        format(string,sizeof string,"[OOC] %s: %s",pName, string);
        SendClientMessageToAll(0x0000ffff,string);
        return 1;
    }
untested
Reply


Messages In This Thread
OOC Command, (Out of Character, /o) - by Luis_Leone - 30.07.2010, 17:14
Re: OOC Command - by ViruZZzZ_ChiLLL - 30.07.2010, 17:16
Re: OOC Command, (Out of Character, /o) - by Hiddos - 30.07.2010, 17:20
Re: OOC Command, (Out of Character, /o) - by Luis_Leone - 30.07.2010, 17:23
Re: OOC Command, (Out of Character, /o) - by Hiddos - 30.07.2010, 17:26
Re: OOC Command, (Out of Character, /o) - by Luis_Leone - 30.07.2010, 17:29
Re: OOC Command, (Out of Character, /o) - by Hiddos - 30.07.2010, 17:31
Re: OOC Command, (Out of Character, /o) - by Kar - 30.07.2010, 17:34
Re: OOC Command, (Out of Character, /o) - by Luis_Leone - 30.07.2010, 17:34
Re: OOC Command, (Out of Character, /o) - by Kar - 30.07.2010, 17:36

Forum Jump:


Users browsing this thread: 1 Guest(s)