22.10.2010, 15:10
Por favor me ajuda, se tiver faltando linha me avise
Linhas
Quote:
C:\Users\Rene\Desktop\Jogos\Brasil Virtual - RPG\gamemodes\ThugLife26 - Cуpia.pwn(342) : error 021: symbol already defined: "interior" C:\Users\Rene\Desktop\Jogos\Brasil Virtual - RPG\gamemodes\ThugLife26 - Cуpia.pwn(220 : error 035: argument type mismatch (argument 2) C:\Users\Rene\Desktop\Jogos\Brasil Virtual - RPG\gamemodes\ThugLife26 - Cуpia.pwn(2237) : error 035: argument type mismatch (argument 2) C:\Users\Rene\Desktop\Jogos\Brasil Virtual - RPG\gamemodes\ThugLife26 - Cуpia.pwn(3599) : error 035: argument type mismatch (argument 2) C:\Users\Rene\Desktop\Jogos\Brasil Virtual - RPG\gamemodes\ThugLife26 - Cуpia.pwn(4357) : warning 204: symbol is assigned a value that is never used: "killerteam" C:\Users\Rene\Desktop\Jogos\Brasil Virtual - RPG\gamemodes\ThugLife26 - Cуpia.pwn(4356) : warning 204: symbol is assigned a value that is never used: "victimteam" C:\Users\Rene\Desktop\Jogos\Brasil Virtual - RPG\gamemodes\ThugLife26 - Cуpia.pwn(4351) : warning 203: symbol is never used: "playercash" C:\Users\Rene\Desktop\Jogos\Brasil Virtual - RPG\gamemodes\ThugLife26 - Cуpia.pwn(434 : warning 204: symbol is assigned a value that is never used: "string" C:\Users\Rene\Desktop\Jogos\Brasil Virtual - RPG\gamemodes\ThugLife26 - Cуpia.pwn(4348 -- 4496) : error 010: invalid function or declaration C:\Users\Rene\Desktop\Jogos\Brasil Virtual - RPG\gamemodes\ThugLife26 - Cуpia.pwn(4348 -- 4506) : error 010: invalid function or declaration C:\Users\Rene\Desktop\Jogos\Brasil Virtual - RPG\gamemodes\ThugLife26 - Cуpia.pwn(4348 -- 4516) : error 010: invalid function or declaration C:\Users\Rene\Desktop\Jogos\Brasil Virtual - RPG\gamemodes\ThugLife26 - Cуpia.pwn(4348 -- 4516) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 8 Errors. |
Quote:
342-new interior[MAX_PLAYERS]; |
Quote:
2208-GivePlayerMoneyEx(i, value); |
Quote:
2237-GivePlayerMoneyEx(i, value); |
Quote:
3599-GivePlayerMoneyEx(i, Jackpot); |
Quote:
4357-killerteam = gTeam[killerid]; |
Quote:
4356-victimteam = gTeam[playerid]; |
Quote:
4348-new string[256]; |
Quote:
4351-new playercash; |
Quote:
4348 -- 4496 - pawn Код:
|