SA-MP Forums Archive
ApplyActorAnimation error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: ApplyActorAnimation error (/showthread.php?tid=607741)



ApplyActorAnimation error - ratxrat - 23.05.2016

hay hay . im create Actor with animation , this my code
PHP код:
aktor[16] = CreateActor(210, -1980.0787,163.9754,538.9989,4.7949);
    
ApplyActorAnimation(aktor[16],"SEAT_idle"4.010000); // this line 23023 
and im got error

PHP код:
D:\SERVER\samp03\gamemodes\IFRP.pwn(23023) : error 035argument type mismatch (argument 3
where my mistake?

edited: my mistake im forget "PED" :V

solved