[HELP] Change Skin Command
#6

pawn Код:
CMD:cskin(playerid,params[])
{
    new id;
    if( sscanf( params, "d", id) ) return SendClientMessage(playerid, 0xFF0000FF, "[USAGE]: /cskin [skin id]");
    SetPlayerSkin(playerid, id);
    SendClientMessageToAll(0xFFFFFFF,"[SERVER]: %s Has Just Changed His Skin Using /cskin!");
    return 1;
}
crashes server how to change?
Reply


Messages In This Thread
[HELP] Change Skin Command - by DaRkAnGeL[NBK] - 13.10.2011, 19:06
Re: [HELP] Change Skin Command - by TheNavigator - 13.10.2011, 19:10
Re: [HELP] Change Skin Command - by SmiT - 13.10.2011, 19:12
Re: [HELP] Change Skin Command - by Azzeto - 13.10.2011, 19:12
Re: [HELP] Change Skin Command - by DaRkAnGeL[NBK] - 13.10.2011, 19:19
Re: [HELP] Change Skin Command - by DaRkAnGeL[NBK] - 13.10.2011, 19:23
AW: [HELP] Change Skin Command - by Tigerkiller - 13.10.2011, 19:40

Forum Jump:


Users browsing this thread: 1 Guest(s)