Need a /am command [ZCMD]
#3

Without sscanf:
pawn Код:
CMD:am(playerid, params[])
{
    if(isnull(params)) return sendClientMessage(playerid, -1, "/Am < Text >");
    new str[128];

    format(str, sizeof(str), "ADM: %s", params);
    return SendClientMessageToAll(-1, str);
}
Reply


Messages In This Thread
Need a /am command [ZCMD] - by thomaswilliams - 12.10.2013, 22:06
Re: Need a /am command [ZCMD] - by PT - 12.10.2013, 22:23
Re: Need a /am command [ZCMD] - by -Prodigy- - 12.10.2013, 22:27
Re: Need a /am command [ZCMD] - by thomaswilliams - 12.10.2013, 22:29
Re: Need a /am command [ZCMD] - by thomaswilliams - 12.10.2013, 22:45
Re: Need a /am command [ZCMD] - by thomaswilliams - 12.10.2013, 22:47

Forum Jump:


Users browsing this thread: 1 Guest(s)