CreateDynamic3DTextLabel problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: CreateDynamic3DTextLabel problem (
/showthread.php?tid=659150)
CreateDynamic3DTextLabel problem -
NoteND - 25.09.2018
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
Re: CreateDynamic3DTextLabel problem -
Calisthenics - 25.09.2018
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));