Advertisement
Guest User

help

a guest
Feb 17th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. if(menuid == BIZMENU)
  2. {
  3. switch(listitem)
  4. {
  5. case 1:
  6. {
  7. for(new i = 0; i < MAX_BUSINESSES; i++)
  8. {
  9. static bool:form = true;
  10. new file[40], string[128];
  11. BizID[playerid] = i;
  12. format(file, sizeof(file), BIZ_FILE, i);
  13. if(form)
  14. {
  15. format(string, sizeof(string), " ~y~1. ~w~Currently Name: %s",BizInfo[i][bName]);
  16. form = false;
  17. }
  18. TextMenuShowForPlayer(playerid,BIZMENU2,"~g~Business's",string,1);
  19. }
  20. }
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement