Hey Leute ich braucht ich möchte bei den Actor 3DLabel drüber machen aber ich weiß nicht wo mein fehler liegt ich hoffe ihr könnt mir helfen MfG
ActorKE = CreateActor(256, 185.9129, -1826.3772, 6.9154, 90.0);
ActorKE = CreateDynamic3DTextLabel("Supporter",TEAM_Supporter,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,0,-1,-1,-1);
Attach3DTextLabelToPlayer(ActorKE, 0.0, 0.0, 0.5);
if(IsValidActor(ActorKE))
{
SetActorVirtualWorld(ActorKE, 0);
ApplyActorAnimation(ActorKE, "DANCING", "bd_clap", 4.0, 1, 0, 0, 1, 0);
}