Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. aici da bounds o sa va las nici poze
  2.  
  3. case 0:
  4. {
  5. format(gString, sizeof gString, "#ID\tNume\tDistanta\n");
  6. for(new i = 1; i <= serverBussines; i++) format(gString, sizeof gString, "%s#%d\t%s\t%0.2fm\n", gString, i, BizzInfo[i][bMessage], businessTypes[BizzInfo[i][bType]- 1] ,GetPlayerDistanceFromPoint(playerid, BizzInfo[i][bEntranceX], BizzInfo[i][bEntranceY], BizzInfo[i][bEntranceZ]));
  7. ShowPlayerDialog(playerid, DIALOG_LOCATIONS1, DIALOG_STYLE_TABLIST_HEADERS, "Business-uri:", gString, "Ok", "Exit");
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement