Skins
#7

Quote:
Originally Posted by [FG
otto ]
Thanks dude's
Can i make that skins
290,291,292,293,294,295,296,297,298,299
Can just admins use ?
new cmd[256];
new idx;
cmd = strtok(cmdtext, idx);

if(strcmp(cmd, "/myskin", true) == 0)
{
if(!IsPlayerAdmin(playerid)) return 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: 5 Guest(s)