Ich habe all eure tipps umgesetzt aber es hat nichts gebracht
public OnActorStreamIn(actorid, forplayerid)
{
new string[40];
format(string, sizeof(string), "Actor %d is now streamed in for you.", actorid);
SendClientMessage(forplayerid, 0xFFFFFFFF, string);
ApplyActorAnimation(ActorSH_Women1, "BEACH", "ParkSit_M_loop", 4.1, 1, 0, 0, 0, 0);
return 1;
}