Advertisement
Guest User

Untitled

a guest
Nov 7th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. CMD:clothes(playerid, params[])
  2. {
  3. if(BizzInfo[InBussines[playerid]][bType] != 11) return SCM(playerid, -1, "Nu te afli intr-un business de tip clothes.");
  4. if(OnDuty[playerid] == 1) return SCM(playerid, -1, "Nu poti folosi aceasta comanda atunci cand esti on duty.");
  5.  
  6. if(quest_type[playerid] == quest_skin) quest_finish(playerid);
  7.  
  8. ShowPlayerDialogEx(playerid, DIALOG_CLOTHES, DIALOG_STYLE_MSGBOX, "Binco: Skin Category", "Please choose a skin category:", "Normal", "Premium");
  9.  
  10. return true;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement