Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.62 KB | None | 0 0
  1. DestroyDynamic3DTextLabel(biz_info[bu][btext]); //tag mismatch 1
  2. //
  3.         new string[192];
  4.         format(string, sizeof(string), "{FFFFFF}Название бизнеса: \t\t{038FDA}The State\n{FFFFFF}Тип бизнеса: \t\t\t{038FDA}%s\n\n{FFFFFF}Стоимость: \t\t{4cad42}%d$", btypes, biz_info[bu][bcost]);
  5.         biz_info[bu][btext] = CreateDynamic3DTextLabel("nanana", 0xFFFFFFFF, biz_info[bu][bpickx], biz_info[bu][bpicky], biz_info[bu][bpickz], 7.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 0, 0, -1, 7.0);//tag mismatch 2
  6.         UpdateDynamic3DTextLabelText(biz_info[bu][btext], -1, string);//tag mismatch 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement