SA-MP Forums Archive
[Include] dth_actors - New functions for Actors ! - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] dth_actors - New functions for Actors ! (/showthread.php?tid=586175)



dth_actors - New functions for Actors ! - Dutheil - 20.08.2015

dth_actors v0.1.1 - New functions for Actors !
Contents :
Functions :
PHP код:
native SetActorSkin(actoridskinid);
native GetActorSkin(actorid);
native GetActorDistanceFromPoint(actoridFloat:xFloat:yFloat:z);
native GetNearestActor(playeridFloat:range); 
Download :






Re: dth_actors - New functions for Actors ! - AlexBlack - 22.08.2015

Not bad, maybe add more functions ?


Re: dth_actors - New functions for Actors ! - Roberto80 - 22.08.2015

Not bad,but i saw this (sorry i'm on phone,can't copy from pastebin):
IsValidSkin,i saw 299? The last skin in samp 0.3.7 is 311


Re : Re: dth_actors - New functions for Actors ! - Dutheil - 24.08.2015

Quote:
Originally Posted by Roberto80
Посмотреть сообщение
Not bad,but i saw this (sorry i'm on phone,can't copy from pastebin):
IsValidSkin,i saw 299? The last skin in samp 0.3.7 is 311
Thanks for the remark, I update now.

Edit : Done.