Advertisement
Sem_Loreann

Untitled

Mar 21st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. new string[70];
  2. if(ActorsInfo[i][aType] == 0) format(string, 70, "NPC: {"#WHITE"}%s", ActorsInfo[i][aName]);
  3. else format(string, 70, "NPC: {"#WHITE"}%s\n\nВзаимодействие {"#YL"}H", ActorsInfo[i][aName]);
  4. LABELACTORS[i] = CreateDynamic3DTextLabel(string, c_YELLOW, ActorsInfo[i][aCord][0], ActorsInfo[i][aCord][1], ActorsInfo[i][aCord][2]+1.1,5.0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement