SA-MP Forums Archive
Script Failed - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Script Failed (/showthread.php?tid=154821)



Script Failed - Doctor3 - 15.06.2010

This is the error;
Код:
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(224) : error 017: undefined symbol "strtok"
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(224) : error 033: array must be indexed (variable "cmd")
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(231) : error 079: inconsistent return types (array & non-array)
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(232) : warning 225: unreachable code
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(232) : warning 217: loose indentation
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(236) : error 079: inconsistent return types (array & non-array)
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(243) : error 079: inconsistent return types (array & non-array)
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(260) : error 079: inconsistent return types (array & non-array)
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(266) : error 079: inconsistent return types (array & non-array)
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(273) : error 017: undefined symbol "strtok"
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(273) : error 033: array must be indexed (variable "tmp")
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(277) : error 079: inconsistent return types (array & non-array)
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(280) : error 017: undefined symbol "strtok"
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(280) : error 033: array must be indexed (variable "tmp")
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(281) : error 079: inconsistent return types (array & non-array)
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(295) : error 079: inconsistent return types (array & non-array)
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(297) : error 079: inconsistent return types (array & non-array)
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(304) : error 017: undefined symbol "strtok"
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(304) : error 033: array must be indexed (variable "tmp")
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(308) : error 079: inconsistent return types (array & non-array)
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(335) : error 079: inconsistent return types (array & non-array)
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(340) : error 079: inconsistent return types (array & non-array)
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(345) : error 079: inconsistent return types (array & non-array)
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(352) : error 017: undefined symbol "strtok"
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(352) : error 033: array must be indexed (variable "tmp")
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(356) : error 079: inconsistent return types (array & non-array)
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(383) : error 079: inconsistent return types (array & non-array)
C:\Program Files\Rockstar Games\GTA San Andreas\samp\gamemodes\TDM.pwn(388) : error 079: inconsistent return types (array & non-array)

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


26 Errors.
And It's the mod
http://pastebin.com/0Cb9c4H2


It started suddenly, can anybody edit it and post to me? :/


Re: Script Failed - mprofitt - 15.06.2010

http://pastebin.com/n7QxaQnN

Try this


Re: Script Failed - Doctor3 - 15.06.2010

It works, Thanks a lot


Re: Script Failed - mprofitt - 15.06.2010

You owe me...

Quote:
Originally Posted by Doctor3
It works, Thanks a lot