Custom Accent
#3

pawn Код:
CMD:accent(playerid, params[])
{
    if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using any command.");
    if(sscanf(params, "s[16]", params))
    {
        SendClientMessage(playerid, COLOR_WHITE, "[Usage]: /accent [accent]");
        return 1;
    }
    format(PlayerInfo[playerid][pAccent], 16, "%s", params);
    SendClientMessage(playerid, COLOR_LIGHTBLUE, "You Change Your Accent";
    return 1;
}
Reply


Messages In This Thread
Custom Accent - by Nivniv2 - 23.03.2013, 01:21
Re: Custom Accent - by faff - 23.03.2013, 01:26
Re: Custom Accent - by Glad2BeHere - 23.03.2013, 02:00
Re: Custom Accent - by Nivniv2 - 23.03.2013, 02:02
Re: Custom Accent - by faff - 24.03.2013, 11:12
Re: Custom Accent - by Mando - 24.03.2013, 11:13

Forum Jump:


Users browsing this thread: 1 Guest(s)