How do i fix this errors ? - 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: How do i fix this errors ? (
/showthread.php?tid=504075)
How do i fix this errors ? -
ChuckyBabe - 01.04.2014
pawn Код:
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\HRP_9.01.pwn(687) : error 017: undefined symbol "mS_INVALID_LISTID"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\HRP_9.01.pwn(687) : error 008: must be a constant expression; assumed zero
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\HRP_9.01.pwn(689) : error 017: undefined symbol "mS_INVALID_LISTID"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\HRP_9.01.pwn(689) : error 008: must be a constant expression; assumed zero
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\HRP_9.01.pwn(31750) : error 017: undefined symbol "ShowModelSelectionMenu"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\HRP_9.01.pwn(31752) : error 017: undefined symbol "ShowModelSelectionMenu"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\HRP_9.01.pwn(31767) : error 017: undefined symbol "ShowModelSelectionMenu"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\HRP_9.01.pwn(47074) : error 017: undefined symbol "LoadModelSelectionMenu"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\HRP_9.01.pwn(47076) : error 017: undefined symbol "LoadModelSelectionMenu"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\HRP_9.01.pwn(53924) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\HRP_9.01.pwn(53938) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\HRP_9.01.pwn(53952) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\HRP_9.01.pwn(53966) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\HRP_9.01.pwn(56959) : warning 235: public function lacks forward declaration (symbol "OnPlayerModelSelection")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
13 Errors.
What whould i update ? and how do i fix this ? i will give +rep for those who will help me !
Re: How do i fix this errors ? -
ChuckyBabe - 01.04.2014
Any help please ?
Re: How do i fix this errors ? -
ChuckyBabe - 01.04.2014
Any HELP ?? ? ? ?
Re: How do i fix this errors ? -
ChuckyBabe - 01.04.2014
PLEASE HELP !
Re: How do i fix this errors ? -
awsomedude - 01.04.2014
Do you have mSelection include
if not here:
https://sampforum.blast.hk/showthread.php?tid=407045
Re: How do i fix this errors ? -
ChuckyBabe - 01.04.2014
And after i put it ? all will be fix ?
Re: How do i fix this errors ? -
awsomedude - 01.04.2014
Quote:
Originally Posted by ChuckyBabe
And after i put it ? all will be fix ?
|
Give it a try
Re: How do i fix this errors ? -
ChuckyBabe - 01.04.2014
Now i got this
pawn Код:
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(687) : error 017: undefined symbol "mS_INVALID_LISTID"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(687) : error 008: must be a constant expression; assumed zero
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(689) : error 017: undefined symbol "mS_INVALID_LISTID"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(689) : error 008: must be a constant expression; assumed zero
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(31750) : error 017: undefined symbol "ShowModelSelectionMenu"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(31752) : error 017: undefined symbol "ShowModelSelectionMenu"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(31767) : error 017: undefined symbol "ShowModelSelectionMenu"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(47074) : error 017: undefined symbol "LoadModelSelectionMenu"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(47076) : error 017: undefined symbol "LoadModelSelectionMenu"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(53924) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(53938) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(53952) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(53966) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(56959) : warning 235: public function lacks forward declaration (symbol "OnPlayerModelSelection")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
13 Errors.
Re: How do i fix this errors ? -
Bingo - 01.04.2014
Quote:
Originally Posted by ChuckyBabe
And after i put it ? all will be fix ?
|
Yes hope so, Add it.
Re: How do i fix this errors ? -
ChuckyBabe - 01.04.2014
I got this
pawn Код:
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(687) : error 017: undefined symbol "mS_INVALID_LISTID"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(687) : error 008: must be a constant expression; assumed zero
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(689) : error 017: undefined symbol "mS_INVALID_LISTID"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(689) : error 008: must be a constant expression; assumed zero
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(31750) : error 017: undefined symbol "ShowModelSelectionMenu"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(31752) : error 017: undefined symbol "ShowModelSelectionMenu"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(31767) : error 017: undefined symbol "ShowModelSelectionMenu"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(47074) : error 017: undefined symbol "LoadModelSelectionMenu"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(47076) : error 017: undefined symbol "LoadModelSelectionMenu"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(53924) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(53938) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(53952) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(53966) : error 017: undefined symbol "SPECIAL_ACTION_CARRY"
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Horizon\gamemodes\EPRP.pwn(56959) : warning 235: public function lacks forward declaration (symbol "OnPlayerModelSelection")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
13 Errors.
How to fix this ?