Making commands to change skin, etc
#5

Quote:
Originally Posted by .FuneraL.
Посмотреть сообщение
pawn Код:
if(strcmp("/skin 1", cmdtext ,true) == 0)
{
    SetPlayerSkin(playerid, 1);
    return 1;
}
Simple Command Example!
Thanks, but thats what I knew how to do; what I'm aiming to do is have it so they can type any ID they want into /skin and it'll change it to that.

I could easily do commands for /skin 1, /skin 2, /skin 3 and so on but that'd take forever. I'm looking at achieveing it was a single command.

I have zcmd and sscanf ready.
Reply


Messages In This Thread
Making commands to change skin, etc - by Trekkx - 09.04.2012, 20:58
Re: Making commands to change skin, etc - by Jack.7331 - 09.04.2012, 21:08
Re: Making commands to change skin, etc - by .FuneraL. - 09.04.2012, 21:24
Re: Making commands to change skin, etc - by Trekkx - 09.04.2012, 21:26
Re: Making commands to change skin, etc - by Trekkx - 09.04.2012, 21:28
Re: Making commands to change skin, etc - by Onyx - 09.04.2012, 21:42
Re: Making commands to change skin, etc - by Jack.7331 - 09.04.2012, 21:44
Re: Making commands to change skin, etc - by Toreno - 09.04.2012, 21:45
Re: Making commands to change skin, etc - by WarriorEd22 - 09.04.2012, 21:49
Re: Making commands to change skin, etc - by Toreno - 09.04.2012, 22:04

Forum Jump:


Users browsing this thread: 1 Guest(s)