01.04.2013, 03:05
Quote:
try this:
Код:
CMD:buyclothes(playerid, params[]) { if(IsAtClothShop(playerid)) { print("Test 1"); ShowModelSelectionMenu(playerid, skinlist, "Select Skin"); print("Test 2"); } else { SendClientMessage( playerid, COLOR_WHITE, "You are not in a Clothing Store!" ); } return 1; |