[FilterScript] De4dpOol's Rappelling System (Fully Automatic)
#21

Quote:
Originally Posted by Humza
View Post
I will try and let u knw :P
I just came to know, Key jump is actually Key Brake/Reverse in vehicles, (Default: S)
Reply
#22

Maverick Jump Works thx again and looking forward for new update
Reply
#23

F:\1\pawno\include\line.inc(50) : error 001: expected token: "-identifier-", but found "("
F:\1\pawno\include\line.inc(62) : error 017: undefined symbol "Iter_Free"
F:\1\pawno\include\line.inc(91) : error 017: undefined symbol "Iter_Add"
F:\1\pawno\include\line.inc(100) : error 017: undefined symbol "Iter_Contains"
F:\1\pawno\include\line.inc(105) : error 017: undefined symbol "IsValidDynamicObject"
F:\1\pawno\include\line.inc(107) : error 017: undefined symbol "DestroyDynamicObject"
F:\1\pawno\include\line.inc(112) : error 017: undefined symbol "Iter_Remove"
F:\1\pawno\include\line.inc(159) : error 017: undefined symbol "IsValidDynamicObject"
F:\1\pawno\include\line.inc(161) : error 017: undefined symbol "CreateDynamicObject"
F:\1\pawno\include\line.inc(172) : error 017: undefined symbol "SetDynamicObjectPos"
F:\1\pawno\include\line.inc(177) : error 017: undefined symbol "SetDynamicObjectRot"
F:\1\pawno\include\line.inc(192) : error 017: undefined symbol "IsValidDynamicObject"
F:\1\pawno\include\line.inc(194) : error 017: undefined symbol "DestroyDynamicObject"
F:\1\pawno\include\line.inc(215) : error 017: undefined symbol "Iter_Contains"
F:\1\pawno\include\line.inc(213) : warning 203: symbol is never used: "lineid"
C:\Documents and Settings\Administrator\1\Y_Ssxj.pwn(121) : warning 203: symbol is never used: "lin_Index"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Reply
#24

oh! My line.inc is bad. I downloaded one of it.
Reply
#25

plaese update the filterscript ..

i have a lot error
Code:
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\line.inc(51) : error 001: expected token: "-identifier-", but found "("
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\line.inc(63) : error 017: undefined symbol "Iter_Free"
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\line.inc(92) : error 017: undefined symbol "Iter_Add"
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\line.inc(101) : error 017: undefined symbol "Iter_Contains"
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\line.inc(106) : error 017: undefined symbol "IsValidDynamicObject"
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\line.inc(108) : error 017: undefined symbol "DestroyDynamicObject"
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\line.inc(113) : error 017: undefined symbol "Iter_Remove"
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\line.inc(160) : error 017: undefined symbol "IsValidDynamicObject"
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\line.inc(162) : error 017: undefined symbol "CreateDynamicObject"
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\line.inc(173) : error 017: undefined symbol "SetDynamicObjectPos"
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\line.inc(178) : error 017: undefined symbol "SetDynamicObjectRot"
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\line.inc(193) : error 017: undefined symbol "IsValidDynamicObject"
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\line.inc(195) : error 017: undefined symbol "DestroyDynamicObject"
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\line.inc(216) : error 017: undefined symbol "Iter_Contains"
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\line.inc(214) : warning 203: symbol is never used: "lineid"
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\rap.pwn(42) : warning 217: loose indentation
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\rap.pwn(61) : warning 217: loose indentation
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\rap.pwn(93) : warning 217: loose indentation
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\rap.pwn(96) : warning 217: loose indentation
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\rap.pwn(131) : warning 203: symbol is never used: "lin_Index"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


14 Errors.
Reply
#26

Try Adding:

pawn Code:
#include <streamer>
#include <YSI/y_iterate>
At the top of line.inc file.
Regards,
Reply
#27

thank you very much.that is very matter for me, but there is one error again when i compiled .
Code:
D:\FahLevY\PROJECT SERVER GUE !!!\Project Specially\Server Jadi!\wwi test\WORLD WAR III (build 1)\pawno\include\YSI/y_iterate.inc(229) : fatal error 100: cannot read from file: "internal\y_natives"

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


1 Error.
but i have the ysi.inc in my include folder ,and still show that error
Thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)