[Problem] /Skin cmd help please
#1

Код:
	if(strcmp("/skin", cmdtext, true, 10) == 0)
	{
	if(IsPlayerInRangeOfPoint(playerid,10,198.9780,-127.8640,1003.5152))
	{
        new tmp[256];
        tmp = strtok (cmdtext, idx);

        if(!strlen(tmp)) SendClientMessage(playerid, COLOR_RED, "USAGE: /skin [ID]");
        else SetPlayerSkin(playerid, strval(tmp));
    }
    else SendClientMessage(playerid, COLOR_RED, "You must be in the clothing store.");
    return 1;
    }
I have that and it works fine but when I go to the point and do /skin [id] it automatically sets it to the CJ Skin id 0 and I cant change to any other skin anyone know what is the problem ?
Reply


Messages In This Thread
[Problem] /Skin cmd help please - by XoSarahMoX - 20.11.2010, 18:02
Re: [Problem] /Skin cmd help please - by [NWA]Hannes - 20.11.2010, 19:21
Re: [Problem] /Skin cmd help please - by XoSarahMoX - 20.11.2010, 20:01
Re: [Problem] /Skin cmd help please - by Jay. - 20.11.2010, 20:03
Re: [Problem] /Skin cmd help please - by TheArcher - 20.11.2010, 20:06
Re: [Problem] /Skin cmd help please - by XoSarahMoX - 20.11.2010, 20:15
Re: [Problem] /Skin cmd help please - by Biesmen - 20.11.2010, 20:25
Re: [Problem] /Skin cmd help please - by [NWA]Hannes - 20.11.2010, 20:26

Forum Jump:


Users browsing this thread: 2 Guest(s)