[Help] error 033 : array must be indexed [Very Hard to solve]
#8

no,it didn't helped.

Errors & Warnings (i know i have much of it..)

Код:
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(525) : warning 235: public function lacks forward declaration (symbol "Registracija")
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(584) : error 033: array must be indexed (variable "pKillz")
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(585) : error 033: array must be indexed (variable "pDeaths")
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(586) : error 033: array must be indexed (variable "PlayerVip")
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(594) : warning 211: possibly unintended assignment
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(803) : warning 202: number of arguments does not match definition
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(813) : warning 217: loose indentation
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(815) : warning 219: local variable "name" shadows a variable at a preceding level
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(815) : warning 219: local variable "file" shadows a variable at a preceding level
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(815) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(819) : warning 202: number of arguments does not match definition
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(824) : warning 202: number of arguments does not match definition
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(815) : warning 204: symbol is assigned a value that is never used: "string"
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(1637) : warning 204: symbol is assigned a value that is never used: "cmd"
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(1658) : warning 217: loose indentation
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(1659) : warning 204: symbol is assigned a value that is never used: "cmd"
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(1701) : error 033: array must be indexed (variable "PlayerVip")
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(1713) : warning 209: function "cmd_nitro" should return a value
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(1717) : error 033: array must be indexed (variable "PlayerVip")
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(1722) : warning 217: loose indentation
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(1727) : warning 217: loose indentation
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(1815) : warning 217: loose indentation
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(1816) : warning 213: tag mismatch
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(1816) : warning 213: tag mismatch
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(1816) : warning 213: tag mismatch
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(1832) : warning 217: loose indentation
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(1863) : warning 217: loose indentation
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(2222) : warning 202: number of arguments does not match definition
C:\Users\Snjezana\Desktop\Ivanovo (nemoj brisat)\Cynix DM\gamemodes\CDM.pwn(2222) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
edit 2# :

Код:
enum pInfo
{
    pAdminLevel,
    pNovac,
    pAFK,
    pLevel,
    pKillsz,
   pDeaths,
   PlayerVip // it is defined in VIP include already.
};
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)