hallo ihr lieben,
ich hab ein autohaus system und das problem ist, dass das Create3DTextLabel nicht erstellt wird... das Pickup jedoch schon..
for(new i = 0; i<Max_Businesses; i++)
{
new string[200];
format(string, sizeof(string), "%s\nBesitzer: %s\nInteilhaber: %s", AutohausInfo[i][aa_Name], AutohausInfo[i][aa_Besitzer], AutohausInfo[i][aa_Inteilhaber]);
print(string);
Create3DTextLabel(string, Weiss, AutohausInfo[i][Pos_x], AutohausInfo[i][Pos_y], AutohausInfo[i][Pos_z]+0.5,5,0,0);
}
Was ist das problem? Jedes andere Label wird erstellt.. nur dieses nicht..