Advertisement
Guest User

business

a guest
Feb 17th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. for(new i = 0; i < MAX_BUSINESSES; i++)
  2. {
  3. if(checkpointid == bizentercp[i])
  4. {
  5. new file[40], string[150];
  6. BizID[playerid] = i;
  7. format(file, sizeof(file), BIZ_FILE, i);
  8.  
  9. format(string, sizeof(string), "%s - Business ID: %d - Business Owner: %s - Business Value: $%d", BizInfo[i][bName], i, BizInfo[i][bOwner], BizInfo[i][bPrice]);
  10. SendClientMessage(playerid, WHITE, string);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement