Einzelnen Beitrag anzeigen
Alt 06.03.2009, 09:33   #5 (permalink)
Vienna
SQF Zauberer 10 Jahre hx3
500 Beiträge1000 Beiträge
 
Benutzerbild von Vienna
 
Registriert seit: 12.07.2004
Ort: Wien
Beiträge: 1.917
Standard

Vielleicht kannst du das in weiterer Folge über die description.ext lösen?

Identities
It is here that you can define the identities of individual units, you can specify the face, type of glasses worn, voice, tone of voice and name of an identity. You then give a specific unit this identity by using the command setIdentity in the mission.


Example description.ext:

class CfgIdentities
{
class dein Klassenname
{
name="John Bartholemew Doe";
face="Face20";
glasses="None";
speaker="Dan";
pitch=1.1;
};
};
Vienna ist offline   Mit Zitat antworten