[HELP] Change Skin Command
#4

PHP код:
CMD:cskin(playerid,params[])
{
    new 
id,skinid;
    if(
sscanf(params,"d",id)) return SendClientMessage(playerid,0xFF0000FF,"[USAGE]: /cskin [skin id]");
    {
        
SetPlayerSkin(playerid,skinid);
        
SendClientMessage(id,-1,"rule");
    }
    return 
1;

Try that.
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)