20.11.2010, 18:02
Код:
if(strcmp("/skin", cmdtext, true, 10) == 0)
{
if(IsPlayerInRangeOfPoint(playerid,10,198.9780,-127.8640,1003.5152))
{
new tmp[256];
tmp = strtok (cmdtext, idx);
if(!strlen(tmp)) SendClientMessage(playerid, COLOR_RED, "USAGE: /skin [ID]");
else SetPlayerSkin(playerid, strval(tmp));
}
else SendClientMessage(playerid, COLOR_RED, "You must be in the clothing store.");
return 1;
}
and I cant change to any other skin anyone know what is the problem
?


!