07.08.2016, 06:19
This is supposed to create a dynamic text once a command is typed.
But it's not creating the text. What could be the problem? Is the problem in that code or?
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]);