Command
#4

Quote:
Originally Posted by PeteShag
Посмотреть сообщение
Smaller.

pawn Код:
command(appearance, playerid, params[])
{
    new desc[128];
    if(sscanf(params, "s[128]", desc)) return SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /appearance [Description]");
    strmid(PlayerInfo[playerid][pApp], desc, 0, strlen(desc), 255);
    SendClientMessage(playerid,COLOR_GREY,"You have adjusted your appearance.");
    return 1;
}
Works fine, thank you!
Reply


Messages In This Thread
Command - by KotoK - 30.01.2011, 23:22
Re: Command - by PeteShag - 31.01.2011, 00:42
Re: Command - by Antonio [G-RP] - 31.01.2011, 00:43
Re: Command - by KotoK - 31.01.2011, 01:54
Re: Command - by JamesC - 31.01.2011, 02:37
Re: Command - by KotoK - 31.01.2011, 02:50
Re: Command - by PeteShag - 31.01.2011, 03:23

Forum Jump:


Users browsing this thread: 1 Guest(s)