CreateDynamic3DTextLabel problem
#1

Hey!

I've got another problem, basically 3DText Label is not appearing after I use function LoadBusiness() OnGameModeInIt..
Dynamic Pickup loads normally, but 3DText does not appear.

https://pastebin.com/aKgiSZpM
Reply
#2

You need to provide the size when you use arrays and enumerators.
Код:
cache_get_value_name(i, "Name", bInfo[i][bName], ?);
cache_get_value_name(i, "Owner", bInfo[i][bOwner], ?);
Код:
native cache_get_value_name(row_idx, const column_name[], destination[], max_len = sizeof(destination));
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)