Skins
#2

pawn Код:
new cmd[256];
new idx;
cmd = strtok(cmdtext, idx);

if(strcmp(cmd, "/myskin", true) == 0)
{
    new tmp[256];
    tmp = strtok( cmdtext, idx );
    SetPlayerSkin(playerid, strval(tmp));
    return 1;
}
Reply


Messages In This Thread
Skins - by maltheus. - 24.01.2010, 15:06
Re: Skins - by mansonh - 24.01.2010, 15:12
Re: Skins - by Emmet_ - 24.01.2010, 15:13
Re: Skins - by mansonh - 24.01.2010, 15:13
Re: Skins - by Emmet_ - 24.01.2010, 15:17
Re: Skins - by maltheus. - 24.01.2010, 15:19
Re: Skins - by deather - 24.01.2010, 15:23
Re: Skins - by mansonh - 24.01.2010, 15:26
Re: Skins - by maltheus. - 24.01.2010, 15:38
Re: Skins - by mansonh - 24.01.2010, 21:49

Forum Jump:


Users browsing this thread: 4 Guest(s)