Цитата Сообщение от naryv Посмотреть сообщение
Hi again! Here is simple sample: tests.zip single mission - when you enter plane(it is AI controlled first) label of aircraft is drawing on the map in the position of aircraft, try it, does it work this way?
Hello naryv, I tried the different version of gpDrawUserLabel, unfortunatly the following two are not working:

void gpDrawUserLabel(int army, GPUserLabel ul);
void gpDrawUserLabel(Player[] to, GPUserLabel ul);

No label is displayed. Only void gpDrawUserLabel(GPUserLabel ul); is working. To late for a fix?