SA-MP Forums Archive
[FilterScript] Full and Simple Actor System - 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] Full and Simple Actor System (/showthread.php?tid=649710)



Full and Simple Actor System - PizzaMag - 13.02.2018

ACTOR SYSTEM
Yo, I have been learning and practicing Pawn for months now and I just finished my first Filterscript. This is a pretty simple Actor System containing several helpful commands, they are listed below.

Commands
How to make this work? Picture
https://i.gyazo.com/5e3779f877721635...2cdef495f5.png

Downloads
Mediafire
Pastebin

Credits Bugs
I haven't found any bugs while testing this script, but do reply below if you find any.


Re: Full and Simple Actor System - Castiel17 - 14.02.2018

Nice FS bro i will test it in my second server


Re: Full and Simple Actor System - Agentbondy43 - 15.02.2018

This is dope, gonna add it to my server and I'll let you know if it works.


Re: Full and Simple Actor System - Pottus - 15.02.2018

You should be saving them what good is a system that doesn't save?


Re: Full and Simple Actor System - IndependentGaming - 16.02.2018

Code:
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(70) : warning 235: public function lacks forward declaration (symbol "OnPlayerGiveDamageActor")
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(158) : error 017: undefined symbol "GetActorPoolSize"
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(198) : error 017: undefined symbol "GetActorPoolSize"
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(234) : error 017: undefined symbol "GetActorPoolSize"
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(376) : error 017: undefined symbol "GetActorPoolSize"
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(401) : error 017: undefined symbol "GetActorPoolSize"
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(424) : error 017: undefined symbol "GetActorPoolSize"
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(479) : error 017: undefined symbol "GetActorPoolSize"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


7 Errors.



Re: Full and Simple Actor System - AtlaSGaming - 16.02.2018

Quote:
Originally Posted by SacrificeGaming
View Post
Code:
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(70) : warning 235: public function lacks forward declaration (symbol "OnPlayerGiveDamageActor")
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(158) : error 017: undefined symbol "GetActorPoolSize"
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(198) : error 017: undefined symbol "GetActorPoolSize"
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(234) : error 017: undefined symbol "GetActorPoolSize"
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(376) : error 017: undefined symbol "GetActorPoolSize"
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(401) : error 017: undefined symbol "GetActorPoolSize"
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(424) : error 017: undefined symbol "GetActorPoolSize"
C:\Users\marlb\Desktop\Sacrifice Roleplay\filterscripts\ActorSystem.pwn(479) : error 017: undefined symbol "GetActorPoolSize"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


7 Errors.
You need a_actor include, download it and put in folder pawno/include

Nice job, but there isn't save and load of actors


Re: Full and Simple Actor System - PepsiCola23 - 16.02.2018

what is the meaning of this type of systems?,as Pottus said,when there`s no saving & loading and if you close the server it`s all gone,


Re: Full and Simple Actor System - solstice_ - 16.02.2018

Quote:
Originally Posted by Pottus
View Post
You should be saving them what good is a system that doesn't save?
^^^^


Re: Full and Simple Actor System - Iqba - 16.02.2018

Quote:
Originally Posted by PizzaMag
View Post
[CENTER]

Yo, I have been learning and practicing Pawn for months now and I just finished my first Filterscript. This is a pretty simple Actor System containing several helpful commands, they are listed below.
.. ^^^


Re: Full and Simple Actor System - Astralis - 17.02.2018

Well it's not bad for your first filterscript, maybe in the future you can make this one save via MySQL.