SA-MP Forums Archive
Please Help me with this.. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Please Help me with this.. (/showthread.php?tid=144920)



Please Help me with this.. - David-Sean - 29.04.2010

Hey can anyone give me /skin Commands for roleplay i need it in binco..

Sorry for my bad english.


Re: Please Help me with this.. - -Rebel Son- - 29.04.2010

Код:
if(strcmp(cmd, "/skin", true) == 0)
{
new Skin;
tmp = strtok(cmdtext, idx);
Skin = strval(tmp);
if(!strlen(tmp)) return SendClientMessage(playerid, COLOR, "Usage: /skin [0 - 299]");
if(Skin >= 300) return SendClientMessage(playerid, COLOR, "Skins: 0 - 299");
SetPlayerSkin(playerid, Skin);
return 1;
}



Re: Please Help me with this.. - Andy_McKinley - 29.04.2010

There is no need to create a new topic, but since you're new, request it here and wait for it!


Re: Please Help me with this.. - David-Sean - 29.04.2010

i'm sucks with make scrtips but..
can you give it full

Sorry for my bad english