Announce Command bugged
#2

PHP код:
COMMAND:announce(playerid,params[])
{
    
SendAdminText(playerid"/announce"params);
    if(
APlayerData[playerid][LoggedIn] == true)
    {
        if(
APlayerData[playerid][PlayerLevel] >= 1)
        {
            new 
message[64];
            if(
sscanf(params,"s[64]",message)) return SendClientMessage(playerid,-1,"USAGE:/announce [message]");
            
GameTextForAll(message38006);
        }
    }
    return 
1;

Reply


Messages In This Thread
Announce Command bugged - by tpolis - 04.11.2012, 14:22
Re: Announce Command bugged - by tyler12 - 04.11.2012, 14:28
Re: Announce Command bugged - by verlaj - 04.11.2012, 15:03

Forum Jump:


Users browsing this thread: 1 Guest(s)