Why isnt this working?
#5

Quote:
Originally Posted by Cameltoe
Посмотреть сообщение
pawn Код:
command(announce, playerid, params[])
{
    new string[128];
    if(pInfo[playerid][Admin] > 0)
    {
        if(sscanf(params,  "s[128]", string)) return SendClientMessage(playerid, COLOR_YELLOW, "USAGE: /announce [message]");
        else
        {
            GameTextForAll(string, 5000, 4);
        }
    }
    return 1;
}
I ask for a solution, not for a total new script, but anyways thanks.]
Someone has a solution?
Reply


Messages In This Thread
Why isnt this working? - by geerdinho8 - 06.02.2012, 18:00
Re: Why isnt this working? - by geerdinho8 - 06.02.2012, 20:59
Re: Why isnt this working? - by Cameltoe - 06.02.2012, 21:11
Re: Why isnt this working? - by Rac3r - 06.02.2012, 21:33
Re: Why isnt this working? - by geerdinho8 - 06.02.2012, 21:41
Re: Why isnt this working? - by Cameltoe - 07.02.2012, 06:17

Forum Jump:


Users browsing this thread: 3 Guest(s)