Please Help me with this..
#2

Код:
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;
}
Reply


Messages In This Thread
Please Help me with this.. - by David-Sean - 29.04.2010, 18:42
Re: Please Help me with this.. - by -Rebel Son- - 29.04.2010, 18:49
Re: Please Help me with this.. - by Andy_McKinley - 29.04.2010, 18:49
Re: Please Help me with this.. - by David-Sean - 29.04.2010, 19:01

Forum Jump:


Users browsing this thread: 1 Guest(s)