how i make ooc off?
#1

pawn Код:
COMMAND:o(playerid, params[])
{
    new sendername[MAX_PLAYER_NAME];
    new string[256];
    GetPlayerName(playerid, sendername, sizeof(sendername));
    if(isnull(params)) return SendClientMessage(playerid, COLOR_WHITE, "Use /o [message]");
    format(string, sizeof(string), "OOC-%s:%s", sendername, params);
    ProxDetector(9999999999999999999.0, playerid, string, BLUE);
    return 1;
}
how i make ooc off when Isplayeradmin type in /oocoff
Reply


Messages In This Thread
how i make ooc off? - by TheDiscussionCafe - 25.05.2012, 05:10
Re: how i make ooc off? - by sampmark05 - 25.05.2012, 05:17
Re: how i make ooc off? - by ReneG - 25.05.2012, 05:20
Re: how i make ooc off? - by Verbal - 25.05.2012, 05:36
Re: how i make ooc off? - by TheDiscussionCafe - 25.05.2012, 22:11

Forum Jump:


Users browsing this thread: 1 Guest(s)