Advertisement
Sem_Loreann

Untitled

Mar 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. new string[50];
  2. if(ActorsInfo[i][aType] == 0) format(string, 30, "NPC: {"#WHITE"}%s", ActorsInfo[i][aName]);
  3. else format(string, 50, "NPC: {"#WHITE"}%s\n\n{"#WHITE"}Взаимодействие {"#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