SA-MP Forums Archive
zGaming Gamemode problem. Errors and warnings. - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: zGaming Gamemode problem. Errors and warnings. (/showthread.php?tid=360551)



zGaming Gamemode problem. Errors and warnings. - Eugene. - 18.07.2012

I have this problem with the zGaming Gamemode. Can someone help me out ?

And Yes, I have all the includes from zGaming server.

Код:
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(7811) : error 017: undefined symbol "SPECIAL_ACTION_CUFFED"
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(17090) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditAttachedObject")
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(18087) : error 017: undefined symbol "EditAttachedObject"
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(18637) : error 017: undefined symbol "EDIT_RESPONSE_UPDATE"
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(18642) : error 017: undefined symbol "EDIT_RESPONSE_CANCEL"
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(18651) : error 017: undefined symbol "EDIT_RESPONSE_FINAL"
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(22200) : error 017: undefined symbol "InterpolateCameraPos"
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(22201) : error 017: undefined symbol "InterpolateCameraLookAt"
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(22221) : error 017: undefined symbol "InterpolateCameraPos"
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(22222) : error 017: undefined symbol "InterpolateCameraLookAt"
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(22242) : error 017: undefined symbol "InterpolateCameraPos"
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(22243) : error 017: undefined symbol "InterpolateCameraLookAt"
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(22263) : error 017: undefined symbol "InterpolateCameraPos"
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(22264) : error 017: undefined symbol "InterpolateCameraLookAt"
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(22284) : error 017: undefined symbol "InterpolateCameraPos"
C:\Documents and Settings\*r\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(22285) : error 017: undefined symbol "InterpolateCameraLookAt"
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(22305) : error 017: undefined symbol "InterpolateCameraPos"
C:\Documents and Settings\*\Desktop\Copy of Redwood\gamemodes\ZRP.pwn(22306) : error 017: undefined symbol "InterpolateCameraLookAt"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


17 Errors.



Re: zGaming Gamemode problem. Errors and warnings. - DaNo - 18.07.2012

Show us the lines?


Re : zGaming Gamemode problem. Errors and warnings. - Eugene. - 18.07.2012

Here : https://sampforum.blast.hk/showthread.php?tid=350747


Re: zGaming Gamemode problem. Errors and warnings. - newbienoob - 18.07.2012

Update it to 0.3e


Re : Re: zGaming Gamemode problem. Errors and warnings. - Eugene. - 18.07.2012

Quote:
Originally Posted by newbienoob
Посмотреть сообщение
Update it to 0.3e
What exacly becouse Includes are 0.3e, Server is 0.3e, Pawno is 0.3e..


Re : zGaming Gamemode problem. Errors and warnings. - Eugene. - 18.07.2012

Bump. Can someone help me out ? I really need to fix this problem.


Re: zGaming Gamemode problem. Errors and warnings. - ViniBorn - 18.07.2012

Have you more than one folder 'pawno' in your computer?


Re : Re: zGaming Gamemode problem. Errors and warnings. - Eugene. - 18.07.2012

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Have you more than one folder 'pawno' in your computer?
No. Only 1.


Re: zGaming Gamemode problem. Errors and warnings. - Andi_Evandy - 18.07.2012

Make sure you've compiled it with the 0.3e includes...

I compiled the script with 0.3d includes and the result is "Errors" that exactly the same as your problem XD


Re : Re: zGaming Gamemode problem. Errors and warnings. - Eugene. - 18.07.2012

Quote:
Originally Posted by Andi_Evandy
Посмотреть сообщение
Make sure you've compiled it with the 0.3e includes...

I compiled the script with 0.3d includes and the result is "Errors" that exactly the same as your problem XD
I changed the foreach.inc with the 0.3e one and I got this errors and when I am using the old foreach from the server .rar I get the first page ones.

Код:
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(1) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(463) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(493) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(495) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(497) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(499) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(509) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(529) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(559) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(561) : error 010: invalid function or declaration
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(561) : error 010: invalid function or declaration
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(565) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(593) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(595) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(597) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(599) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(605) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(643) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(649) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(683) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(719) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(755) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(797) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(831) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(859) : error 075: input line too long (after substitutions)
C:\Documents and Settings\Denuta Cesar\Desktop\Copy of Redwood\pawno\include\foreach.inc(893) : error 075: input line too long (after substitutions)

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


26 Errors.