SA-MP Forums Archive
Errors gone wrong..a - 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: Errors gone wrong..a (/showthread.php?tid=353594)



Errors gone wrong..a - stormchaser206 - 23.06.2012

I have a whole bunch of errors:
http://pastebin.com/DTXSB8QT

Errors:
Код:
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(228) : warning 213: tag mismatch
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1060) : warning 213: tag mismatch
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1061) : warning 213: tag mismatch
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1204) : warning 202: number of arguments does not match definition
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1204) : warning 202: number of arguments does not match definition
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1209) : warning 202: number of arguments does not match definition
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1209) : warning 202: number of arguments does not match definition
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1219) : warning 202: number of arguments does not match definition
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1219) : warning 202: number of arguments does not match definition
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1224) : warning 202: number of arguments does not match definition
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1224) : warning 202: number of arguments does not match definition
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1281) : error 017: undefined symbol "strtok"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1281) : error 033: array must be indexed (variable "tmp")
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1279) : warning 203: symbol is never used: "Index"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1314) : error 017: undefined symbol "strtok"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1314) : error 033: array must be indexed (variable "tmp")
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1312) : warning 203: symbol is never used: "Index"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1350) : error 017: undefined symbol "strtok"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1350) : error 033: array must be indexed (variable "tmp")
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1348) : warning 203: symbol is never used: "Index"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1385) : error 017: undefined symbol "strtok"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1385) : error 033: array must be indexed (variable "tmp")
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1387) : error 017: undefined symbol "strtok"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1387) : error 033: array must be indexed (variable "tmp2")
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1383) : warning 203: symbol is never used: "Index"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1434) : error 017: undefined symbol "strtok"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1434) : error 033: array must be indexed (variable "tmp")
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1436) : error 017: undefined symbol "strtok"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1436) : error 033: array must be indexed (variable "tmp2")
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1432) : warning 203: symbol is never used: "Index"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1483) : error 017: undefined symbol "strtok"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1483) : error 033: array must be indexed (variable "tmp")
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1485) : error 017: undefined symbol "strtok"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1485) : error 033: array must be indexed (variable "tmp2")
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1481) : warning 203: symbol is never used: "Index"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1521) : error 017: undefined symbol "CreateRampNearPlayer"
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1764) : error 079: inconsistent return types (array & non-array)
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1767) : error 079: inconsistent return types (array & non-array)
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1795) : error 079: inconsistent return types (array & non-array)
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1814) : error 079: inconsistent return types (array & non-array)
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1862) : error 079: inconsistent return types (array & non-array)
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1865) : error 029: invalid expression, assumed zero
C:\Users\Keegan\Desktop\gamemodes\stunts.pwn(1865) : error 004: function "S@@_OnPlayerClickPlayer" is not implemented

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


26 Errors.



Re: Errors gone wrong..a - LaGrande - 23.06.2012

u need the definitions. i.e definitions of strtok, tmp, tmp2.


Re: Errors gone wrong..a - stormchaser206 - 23.06.2012

I do have the strtok, look at the bottom of the script