CreateDyanmic3DTextLabel
#1

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?
Reply
#2

You sure it's in the right virtual world and interior?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)