How to make a simple announce command ?
#2

pawn Код:
dcmd_a(playerid,params[])
{
    new string[128];
    if(!strlen(params))
    {
        SendClientMessage(playerid,COLOR_ERROR,"USAGE: /a [Text]";)
        return 1;
    }
    format(string,sizeof(string),"%s",params);
    GameTextForAll(string,7000,3);
    return 1;
}
Reply


Messages In This Thread
How to make a simple announce command ? - by Le3aT - 26.01.2014, 13:46
Re: How to make a simple announce command ? - by rakshith122 - 26.01.2014, 13:53
Re: How to make a simple announce command ? - by gtaplayer1 - 26.01.2014, 13:55
Re: How to make a simple announce command ? - by rakshith122 - 26.01.2014, 13:57
Re: How to make a simple announce command ? - by Le3aT - 26.01.2014, 14:01
Re: How to make a simple announce command ? - by Konstantinos - 26.01.2014, 14:05
Re: How to make a simple announce command ? - by Le3aT - 26.01.2014, 14:52
Re: How to make a simple announce command ? - by DaniceMcHarley - 26.01.2014, 16:12

Forum Jump:


Users browsing this thread: 3 Guest(s)