26 Error - 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: 26 Error (
/showthread.php?tid=450490)
26 Error -
Rufio - 13.07.2013
Hello guys, it's me again
I got 26 error for nothing :/ this is the errors :
Код:
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(1169) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(1179) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(1745) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(1769) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(1770) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(2313) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(2317) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(2323) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(2684) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(2689) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(2683) : warning 203: symbol is never used: "objective"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(2683) : warning 203: symbol is never used: "boot"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(2683) : warning 203: symbol is never used: "bonnet"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(2683) : warning 203: symbol is never used: "doors"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(2683) : warning 203: symbol is never used: "alarm"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(2683) : warning 203: symbol is never used: "lights"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(4042) : error 017: undefined symbol "ManualVehicleEngineAndLights"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(7558) : error 017: undefined symbol "strtok"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(7558) : error 033: array must be indexed (variable "cmd")
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(7595) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(7607) : error 017: undefined symbol "strtok"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(7607) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(7611) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(7612) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(7711) : error 017: undefined symbol "strtok"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(7711) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(7739) : error 017: undefined symbol "strtok"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(7739) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(7877) : error 017: undefined symbol "strtok"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(7877) : error 033: array must be indexed (variable "tmp")
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(7960) : error 017: undefined symbol "strtok"
C:\Documents and Settings\Admin\Desktop\******\gamemodes\v6.5.pwn(7960) : error 033: array must be indexed (variable "tmp")
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
Respuesta: 26 Error -
PHudson - 13.07.2013
It looks like your compiler doesn't recognise functions implemented in SA-MP newer versions. Have you updated all your server files?
Re: 26 Error -
Rufio - 13.07.2013
let me do that i will edit this post
edit: whoops lol thanks a lot