CreateDyanmic3DTextLabel - 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: CreateDyanmic3DTextLabel (
/showthread.php?tid=614322)
CreateDyanmic3DTextLabel -
Mokless - 07.08.2016
This is supposed to create a dynamic text once a command is typed.
pawn Code:
new str3[100];
format(str3,100,"%s\nFamily Safe",FamilyInfo[family][FamilyName]);
FamilyInfo[family][FamilyLabel]=CreateDynamic3DTextLabel(str3, FamilyInfo[family][FamilyColor], FamilyInfo[family][FamilySafe][0], FamilyInfo[family][FamilySafe][1], FamilyInfo[family][FamilySafe][2]+0.5, 10,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,1,.worldid =FamilyInfo[family][FamilySafeVW],.interiorid =FamilyInfo[family][FamilySafeInt]);
But it's not creating the text. What could be the problem? Is the problem in that code or?
Re: CreateDyanmic3DTextLabel -
Threshold - 07.08.2016
You sure it's in the right virtual world and interior?