15.03.2018, 11:13
Quote:
Your functions names are different.
Change if(!IsInvalidSkin(skinid)) to if(IsValidSkin(skinid)) And remove skin id 300 to 311 from IsValidSkin function. |
PHP код:
case G_LOCKER_UNIFORM: if(response) {
new skin = strval(inputtext), iGroupID = PlayerInfo[playerid][pMember];
if(IsInvalidSkin(skin)) {
return ShowPlayerDialog(playerid, G_LOCKER_UNIFORM, DIALOG_STYLE_INPUT, arrGroupData[iGroupID][g_szGroupName],"Invalid skin specified. Choose another.", "Select", "Cancel");
}
PlayerInfo[playerid][pModel] = skin;
SetPlayerSkin(playerid, PlayerInfo[playerid][pModel]);