SA-MP Forums Archive
Help me to fix it - 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: Help me to fix it (/showthread.php?tid=440795)



Help me to fix it - [IND]Crazy - 31.05.2013

Hey i need your help to fix this
Код:
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2263) : error 017: undefined symbol "sscanf"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2288) : error 017: undefined symbol "MessageToAdmins"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2329) : error 017: undefined symbol "PlayerName2"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2331) : error 017: undefined symbol "SaveToFile"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2338) : error 017: undefined symbol "TimeStamp"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2341) : error 017: undefined symbol "TimeStamp"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2343) : error 017: undefined symbol "TimeStamp"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2346) : error 017: undefined symbol "PlayerName2"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2348) : error 017: undefined symbol "SaveToFile"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2443) : error 079: inconsistent return types (array & non-array)
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2449) : error 079: inconsistent return types (array & non-array)
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2455) : error 079: inconsistent return types (array & non-array)
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2461) : error 079: inconsistent return types (array & non-array)
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2463) : error 017: undefined symbol "UpdateConfig"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2860) : error 004: function "Streamer_OnPlayerConnect" is not implemented
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2881) : error 017: undefined symbol "CountBusinesses"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2882) : error 017: undefined symbol "LoadBusinesses"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2888) : error 017: undefined symbol "CountVehicles"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2889) : error 017: undefined symbol "LoadVehicles"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2892) : error 017: undefined symbol "ModVehicle"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2905) : error 017: undefined symbol "AddHouse"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2906) : error 017: undefined symbol "AddHouse"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2907) : error 017: undefined symbol "AddHouse"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2908) : error 017: undefined symbol "AddHouse"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2909) : error 017: undefined symbol "AddHouse"
C:\Documents and Settings\user\Desktop\Server\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(2910) : error 017: undefined symbol "AddHouse"

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


26 Errors.



Re: Help me to fix it - DeMoX - 31.05.2013

We must see your script to fix it.


Re: Help me to fix it - [IND]Crazy - 31.05.2013

Quote:
Originally Posted by DeMoX
Посмотреть сообщение
We must see your script to fix it.
This my script
http://www.mediafire.com/?b4d4w76xjzhmv3m


Re: Help me to fix it - Red_Dragon. - 31.05.2013

I think you have a missing bracket. Don't show us the whole script. Shows us the lines which gives the errors.


Re: Help me to fix it - Rillo - 31.05.2013

Quote:
Originally Posted by [IND]Crazy
Посмотреть сообщение
Great, can we also get a copy of your birth certificate, passport and driver license...

No I'm not serious. You should only post the lines which include the error(s) and not the whole script.
Copy the line(s) with the error(s) and post them here in tags like this [ pawn ] code here [/ pawn] Remove the spaces.