03.01.2014, 17:39
Yes got it already
Quote:
if(listid == hsfskinlist) { if(response) { new string[128]; PlayerInfo[playerid][pModel] = modelid; SetPlayerSkin(playerid, modelid); format(string, sizeof(string), "* %s reaches their hands and put some clothes on.", RPN(playerid)); SendNearbyMessage(playerid, 15, string, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE); } else SendClientMessage(playerid, 0xFF0000FF, "Canceled skin selection"); // HideModelSelectionMenu(playerid) return 1; } |