SA-MP Forums Archive
Compile Errors - 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: Compile Errors (/showthread.php?tid=130260)



Compile Errors - `Robo - 26.02.2010

C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(2 377) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(3 409) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(3 899) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(3 992) : error 004: function "ini_GetKey" is not implemented
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(3 992) : error 033: array must be indexed (variable "keytmp")
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(3 995) : error 004: function "ini_GetValue" is not implemented
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(3 995) : error 033: array must be indexed (variable "valtmp")
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 004) : error 004: function "ini_GetKey" is not implemented
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 004) : error 033: array must be indexed (variable "key")
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 005) : error 004: function "ini_GetValue" is not implemented
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 005) : error 033: array must be indexed (variable "val")
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 006) : error 004: function "ini_GetValue" is not implemented
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 006) : error 033: array must be indexed (variable "val")
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 007) : error 004: function "ini_GetValue" is not implemented
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 007) : error 033: array must be indexed (variable "val")
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 00 : error 004: function "ini_GetValue" is not implemented
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 00 : error 033: array must be indexed (variable "val")
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 009) : error 004: function "ini_GetValue" is not implemented
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 009) : error 033: array must be indexed (variable "val")
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 010) : error 004: function "ini_GetValue" is not implemented
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 010) : error 033: array must be indexed (variable "val")
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 011) : error 004: function "ini_GetValue" is not implemented
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 011) : error 033: array must be indexed (variable "val")
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 012) : error 004: function "ini_GetValue" is not implemented
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 012) : error 033: array must be indexed (variable "val")
C:\Users\Owner\Desktop\LSLRP\gamemodes\lslrp.pwn(4 013) : error 004: function "ini_GetValue" is not implemented

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


26 Errors.



Re: Compile Errors - MummyKillerSLO - 26.02.2010

I get these errors if I don't put '}' or ')' bracket on nessesary places. Scan your code and look for this brackets.


Re: Compile Errors - `Robo - 26.02.2010

Quote:
Originally Posted by MummyKillerSLO
I get these errors if I don't put '}' or ')' bracket on nessesary places. Scan your code and look for this brackets.
I didn't seen one. Can you help me?


Re: Compile Errors - MummyKillerSLO - 26.02.2010

post that code where the errors are and i could help you