Strange Errors (please help , really important)
#1

Those ****ING Errors Came in my Old GM and they ****Ed it up , I Had to delelte it and made a new one which was working fine , NOW THEY CAME AGAIN , THE SAME ****ING 26 ERROR , look : (new Errors now)


pawn Код:
D:\X-Zone RPG\pawno\include\streamer.inc(241) : warning 202: number of arguments does not match definition
D:\X-Zone RPG\pawno\include\streamer.inc(242) : error 017: undefined symbol "CreatePlayer3DTextLabel"
D:\X-Zone RPG\pawno\include\streamer.inc(244) : error 017: undefined symbol "DeletePlayer3DTextLabel"
D:\X-Zone RPG\pawno\include\streamer.inc(263) : error 017: undefined symbol "UpdatePlayer3DTextLabelText"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(1660) : warning 235: public function lacks forward declaration (symbol "OnRconLoginAttempt")
D:\X-Zone RPG\gamemodes\xzrpg.pwn(1685) : warning 235: public function lacks forward declaration (symbol "OnPlayerClickPlayer")
D:\X-Zone RPG\gamemodes\xzrpg.pwn(2076) : error 017: undefined symbol "IsPlayerNPC"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(2102) : error 017: undefined symbol "GetPlayerCameraFrontVector"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(2104) : error 017: undefined symbol "GetPlayerCameraPos"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(2114) : error 017: undefined symbol "SPECIAL_ACTION_DUCK"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(2116) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(2144) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(2291) : error 017: undefined symbol "GetPlayerCameraPos"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(2292) : error 017: undefined symbol "GetPlayerCameraFrontVector"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(2991) : error 017: undefined symbol "GetVehicleVelocity"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(2991) : error 017: undefined symbol "GetPlayerVelocity"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(3279) : error 017: undefined symbol "Delete3DTextLabel"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(3280) : error 017: undefined symbol "Delete3DTextLabel"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(3281) : error 017: undefined symbol "Delete3DTextLabel"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(3331) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(3335) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(3347) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(3351) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(3355) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(3359) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(3363) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(3367) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(3371) : error 017: undefined symbol "IsPlayerInRangeOfPoint"
D:\X-Zone RPG\gamemodes\xzrpg.pwn(3375) : error 017: undefined symbol "IsPlayerInRangeOfPoint"

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


26 Errors..

Really need help , please
Reply
#2

most likely for shadows a variable means

you have variables the same for example

pawn Код:
new doors; // then you have an another new doors;
Reply
#3

Well.. i already had a House System in the GM - But i downloaded Garhouse to check it , may that make the problem ?
Reply
#4

Quote:
Originally Posted by Breto
Посмотреть сообщение
Well.. i already had a House System in the GM - But i downloaded Garhouse to check it , may that make the problem ?
If as a filterscript, it might cause conflict.
Reply
#5

yah , it was Filterscript - And i deleted it , But the same errors
Reply
#6

Looks like your missing a bracket somewhere.
Reply
#7

So...My GM won't work again like this or.. ?
Reply
#8

No, you can fix it. Just that you've gonna find the bracket somewhere I believe. You most probably wont receive a 26 error relating to 'IsPlayerInRangeOfPoint, IsPlayerNPC, GetPlayerCameraPos, etc...' unless you're missing an include. Yea, there are some other applications which can help you locate 'a' missing bracket. I don't know how reliable they are but it's good to give it a try.

Heres one: https://sampforum.blast.hk/showthread.php?tid=171429

Analyze, Focus, and Check. Then you won't receive these problems
Reply
#9

so.. i am missing Include or bracket ?
Reply
#10

Quote:
Originally Posted by Breto
Посмотреть сообщение
so.. i am missing Include or bracket ?
Quote:
Originally Posted by Kush
Посмотреть сообщение
Looks like your missing a bracket somewhere.
....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)