SA-MP Forums Archive
[FilterScript] Job Constructor/Builder - 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] Job Constructor/Builder (/showthread.php?tid=590202)

Pages: 1 2


Re: Job Constructor/Builder - Maximun - 08.10.2015

Superb opinion.


Re: Job Constructor/Builder - MojorX - 09.10.2015

Good, works on my server, guys told it is easer way to get money, Thanks


Re: Job Constructor/Builder - Edw - 09.10.2015

Quote:
Originally Posted by Maximun
View Post
Superb opinion.
Quote:
Originally Posted by MojorX
View Post
Good, works on my server, guys told it is easer way to get money, Thanks


I\'m a subscribe my channel, I will post resources, this would help to post faster.
https://www.*******.com/channel/UCL1...15fvwzfaMzfdcw


Re: Job Constructor/Builder - Edw - 14.10.2015

Update: added new link download.


Re: Job Constructor/Builder - jazzyKISS - 27.10.2015

La compilare imi da urmatoarele erori :
Code:
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(23) : error 017: undefined symbol "CreateActor"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(24) : error 017: undefined symbol "SetActorInvulnerable"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(25) : error 017: undefined symbol "ApplyActorAnimation"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(203) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(23) : warning 204: symbol is assigned a value that is never used: "BuilderActor"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.



Re: Job Constructor/Builder - J0sh... - 27.10.2015

Quote:
Originally Posted by jazzyKISS
View Post
La compilare imi da urmatoarele erori :
Code:
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(23) : error 017: undefined symbol "CreateActor"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(24) : error 017: undefined symbol "SetActorInvulnerable"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(25) : error 017: undefined symbol "ApplyActorAnimation"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(203) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(23) : warning 204: symbol is assigned a value that is never used: "BuilderActor"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
English only in this section, update your server includes to 0.3.7


Re: Job Constructor/Builder - jazzyKISS - 27.10.2015

To compile receive.Without changing anything
Code:
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(23) : error 017: undefined symbol "CreateActor"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(24) : error 017: undefined symbol "SetActorInvulnerable"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(25) : error 017: undefined symbol "ApplyActorAnimation"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(203) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(23) : warning 204: symbol is assigned a value that is never used: "BuilderActor"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Sorry for my English


Re: Job Constructor/Builder - Edw - 27.10.2015

Quote:
Originally Posted by jazzyKISS
View Post
To compile receive.Without changing anything
Code:
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(23) : error 017: undefined symbol "CreateActor"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(24) : error 017: undefined symbol "SetActorInvulnerable"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(25) : error 017: undefined symbol "ApplyActorAnimation"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(203) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Andrey\Desktop\filterscripts\cJob.pwn(23) : warning 204: symbol is assigned a value that is never used: "BuilderActor"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Sorry for my English
Trebuie sa dai update la include-urile din versiunea 0.3.7 la pawno, mai exact ai nevoie de a_actor.inc.


Re: Job Constructor/Builder - jazzyKISS - 28.10.2015

am adaugat a_actor.inc iar acum imi da la compilare :
Code:
(201) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
Linia :
Code:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CARRY);
P.S : Am facut si update la 0.3.7 ..


Re: Job Constructor/Builder - Edw - 23.12.2015

Quote:
Originally Posted by jazzyKISS
View Post
am adaugat a_actor.inc iar acum imi da la compilare :
Code:
(201) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
Linia :
Code:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CARRY);
P.S : Am facut si update la 0.3.7 ..
Este o actiune adaugata intr-o versiune recenta, incearca sa adaugi toate include-urile de la samp din nou.