26.07.2009, 15:05
I'm creating an account saving system thing. I was getting help from a friend but he stopped teaching me xD.
Here are the errors, most of them are the same thing but just for the different lines.
Here are the errors, most of them are the same thing but just for the different lines.
Quote:
D:\SA Modding\Scripting\gamemodes\test.pwn(111) : error 004: function "ini_GetKey" is not implemented D:\SA Modding\Scripting\gamemodes\test.pwn(111) : error 033: array must be indexed (variable "keytmp") D:\SA Modding\Scripting\gamemodes\test.pwn(114) : error 004: function "ini_GetValue" is not implemented D:\SA Modding\Scripting\gamemodes\test.pwn(114) : error 033: array must be indexed (variable "valtmp") D:\SA Modding\Scripting\gamemodes\test.pwn(123) : error 004: function "ini_GetKey" is not implemented D:\SA Modding\Scripting\gamemodes\test.pwn(123) : error 033: array must be indexed (variable "key") D:\SA Modding\Scripting\gamemodes\test.pwn(124) : error 004: function "ini_GetValue" is not implemented D:\SA Modding\Scripting\gamemodes\test.pwn(124) : error 033: array must be indexed (variable "val") D:\SA Modding\Scripting\gamemodes\test.pwn(125) : error 004: function "ini_GetValue" is not implemented D:\SA Modding\Scripting\gamemodes\test.pwn(125) : error 033: array must be indexed (variable "val") D:\SA Modding\Scripting\gamemodes\test.pwn(126) : error 004: function "ini_GetValue" is not implemented D:\SA Modding\Scripting\gamemodes\test.pwn(126) : error 033: array must be indexed (variable "val") D:\SA Modding\Scripting\gamemodes\test.pwn(127) : error 004: function "ini_GetValue" is not implemented D:\SA Modding\Scripting\gamemodes\test.pwn(127) : error 033: array must be indexed (variable "val") D:\SA Modding\Scripting\gamemodes\test.pwn(12 : error 004: function "ini_GetValue" is not implemented D:\SA Modding\Scripting\gamemodes\test.pwn(12 : error 033: array must be indexed (variable "val") D:\SA Modding\Scripting\gamemodes\test.pwn(129) : error 004: function "ini_GetValue" is not implemented D:\SA Modding\Scripting\gamemodes\test.pwn(129) : error 033: array must be indexed (variable "val") D:\SA Modding\Scripting\gamemodes\test.pwn(130) : error 004: function "ini_GetValue" is not implemented D:\SA Modding\Scripting\gamemodes\test.pwn(130) : error 033: array must be indexed (variable "val") D:\SA Modding\Scripting\gamemodes\test.pwn(100) : warning 204: symbol is assigned a value that is never used: "tmp2" D:\SA Modding\Scripting\gamemodes\test.pwn(30 : warning 203: symbol is never used: "IsNumeric" D:\SA Modding\Scripting\gamemodes\test.pwn(30 : warning 203: symbol is never used: "ReturnUser" D:\SA Modding\Scripting\gamemodes\test.pwn(30 : warning 203: symbol is never used: "gPlayerAccount" |