Need a /am command [ZCMD]
#2

pawn Код:
CMD:am(playerid, params[])
{
    new string[256], text[128];

    if(sscanf(params, "s[128]", text)) return SendClientMessage(playerid, -1, " /a [text]");
    format(string, sizeof(string), "ADM: %s", text);
    SendClientMessageToAll(-1, string);
    return 1;
}
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)