SA-MP Forums Archive
[FilterScript] Editor 'a_actor' - v0.1| By OTACON - 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)
+--- Thread: [FilterScript] Editor 'a_actor' - v0.1| By OTACON (/showthread.php?tid=573174)



Editor 'a_actor' - v0.4 | By OTACON - OTACON - 05.05.2015

[FS] Editor 'a_actor' - v0.4 | By OTACON

[ame]www.youtube.com/watch?v=WXKL8cL3Dro[/ame]








[] Downloads


[] Credits:
OTACON


Re: Editor 'a_actor' - v0.1| By OTACON - tboysamp - 05.05.2015

Nice work man


Re: Editor 'a_actor' - v0.1| By OTACON - 036 - 05.05.2015

Good job.


AW: Editor 'a_actor' - v0.1| By OTACON - Phцnix - 05.05.2015

Nice work, thank you for that it's very usefull.


Re: Editor 'a_actor' - v0.1| By OTACON - Michael B - 05.05.2015

Thanks OTACON!


Re: Editor 'a_actor' - v0.1| By OTACON - LMaxCo - 05.05.2015

OMG, THAT'S REALLY REALLY COOL JOB !! THANKS OTACON !!


Re: Editor 'a_actor' - v0.1| By OTACON - LazyB0y - 05.05.2015

Great Job!


Respuesta: Editor 'a_actor' - v0.1| By OTACON - OTACON - 16.05.2015

[] updated- v0.4









Re: Editor 'a_actor' - v0.1| By OTACON - Airman123 - 17.05.2015

i get this on compile

Код:
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(19) : error 017: undefined symbol "MAX_ACTORS"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(45) : error 017: undefined symbol "MAX_ACTORS"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(60) : error 017: undefined symbol "IsValidActor"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(62) : error 017: undefined symbol "DestroyActor"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(74) : error 017: undefined symbol "MAX_ACTORS"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(87) : error 017: undefined symbol "IsValidActor"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(89) : error 017: undefined symbol "DestroyActor"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(102) : error 017: undefined symbol "MAX_ACTORS"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(213) : error 017: undefined symbol "IsValidActor"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(215) : error 017: undefined symbol "GetActorPos"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(216) : error 017: undefined symbol "GetActorFacingAngle"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(222) : error 017: undefined symbol "IsValidActor"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(224) : error 017: undefined symbol "GetActorPos"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(225) : error 017: undefined symbol "GetActorVirtualWorld"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(234) : error 017: undefined symbol "IsValidActor"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(236) : error 017: undefined symbol "GetActorFacingAngle"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(237) : error 017: undefined symbol "GetActorVirtualWorld"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(238) : error 017: undefined symbol "GetActorHealth"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(286) : error 017: undefined symbol "IsValidActor"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(288) : error 017: undefined symbol "GetActorPos"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(289) : error 017: undefined symbol "GetActorFacingAngle"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(295) : error 017: undefined symbol "IsValidActor"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(297) : error 017: undefined symbol "GetActorPos"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(298) : error 017: undefined symbol "GetActorVirtualWorld"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(307) : error 017: undefined symbol "IsValidActor"
C:\Documents and Settings\Saadi\Desktop\CWDM Server\filterscripts\Actors.pwn(309) : error 017: undefined symbol "GetActorFacingAngle"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.



Re: Editor 'a_actor' - v0.1| By OTACON - Airman123 - 17.05.2015

NvM, fixed.

Added following:-
Код:
#include <a_actor>

#define DIALOG_STYLE_TABLIST_HEADERS (18)
#define MAX_ACTORS 10

EDIT: fucking buggy FS.

I created the actor, then loaded it by copying the code to my gm (ongamemodeint)

and now everytime i spawn (my game crashes) due to that actor :/