Jump to content
  • 0

Niste erori [Lucrez la xVIP]


onix09

Question

D:\server\King Of Stunt\filterscripts\xVIP.pwn(609) : warning 213: tag mismatch
D:\server\King Of Stunt\filterscripts\xVIP.pwn(609) : error 033: array must be indexed (variable "PlayerData")
D:\server\King Of Stunt\filterscripts\xVIP.pwn(611) : error 010: invalid function or declaration
D:\server\King Of Stunt\filterscripts\xVIP.pwn(612) : error 010: invalid function or declaration
D:\server\King Of Stunt\filterscripts\xVIP.pwn(614) : error 054: unmatched closing brace ("}")
D:\server\King Of Stunt\filterscripts\xVIP.pwn(615) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase

Liniile:

Snapshot_2012_03_09_092227.png

9zZndmN.png
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Deci am pus o { casa deschis, si imi dadea alte erori, am si inlocuit PlayerData cu PlayerInfo(Am obesrvat k am scris asa) si mi-au ramas erorile:

D:\server\King Of Stunt\filterscripts\xVIP.pwn(610) : error 028: invalid subscript (not an array or too many subscripts): "PlayerInfo"
D:\server\King Of Stunt\filterscripts\xVIP.pwn(610) : warning 215: expression has no effect
D:\server\King Of Stunt\filterscripts\xVIP.pwn(610) : error 001: expected token: ";", but found "]"
D:\server\King Of Stunt\filterscripts\xVIP.pwn(610) : error 029: invalid expression, assumed zero
D:\server\King Of Stunt\filterscripts\xVIP.pwn(610) : fatal error 107: too many error messages on one line

iar comanda arata asa:

[pawn]CMD:vipgoto(playerid, params[])

{

{

        if(PlayerInfo[Level] == 1)

    SendClientMessage(playerid, COLOR_GREEN, "TEST");

} else {

if(PlayerInfo[Level] == 2)

    SendClientMessage(playerid, COLOR_GREEN, "TEST");

}

return 1;

}

[/pawn]

Linia 610:

[pawn]if(PlayerInfo[Level] == 1)[/pawn]

9zZndmN.png
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.