Hey,
Code
ApplyActorAnimation(shops[x][_clerkID], "SHOP", "SHP_Rob_GiveCash", 4.1, true, true, true, true, 2);
shops[x][_robTimerID] = SetTimerEx("ShopClerkRobTimer", 3000, true, "i", x);
forward ShopClerkRobTimer(shopIndex);
public ShopClerkRobTimer(shopIndex){
ClearActorAnimations(shops[shopIndex][_clerkID]);
KillTimer(shops[shopIndex][_robTimerID]);
}
Alles anzeigen
Leider wird die Animation nicht gecleared.
Ich habe bereits getestet, ob der Timer-Funktion auch der richtige Wert übergeben wird, aber der Wert ist identisch und definitiv korrekt.
Hat jemand eine Ahnung, woran es hapert?
Danke im Voraus.
Viele Grüße
Dexter