24.08.2013, 23:31
E ai gente tф com um errinho aqui podem me ajudar?
Na linha que ele diz que comeзa o erro й
Код:
E:\Arquivos do Victor\Arquivos de Jogos\Rockstar Games\San Andreas Multiplayer Servers\World of Games [RPG] [0.3x] (v1.01Beta) Original\filterscripts\notebook.pwn(44) : warning 217: loose indentation E:\Arquivos do Victor\Arquivos de Jogos\Rockstar Games\San Andreas Multiplayer Servers\World of Games [RPG] [0.3x] (v1.01Beta) Original\filterscripts\notebook.pwn(46) : warning 217: loose indentation E:\Arquivos do Victor\Arquivos de Jogos\Rockstar Games\San Andreas Multiplayer Servers\World of Games [RPG] [0.3x] (v1.01Beta) Original\filterscripts\notebook.pwn(52) : warning 213: tag mismatch E:\Arquivos do Victor\Arquivos de Jogos\Rockstar Games\San Andreas Multiplayer Servers\World of Games [RPG] [0.3x] (v1.01Beta) Original\filterscripts\notebook.pwn(56) : warning 213: tag mismatch E:\Arquivos do Victor\Arquivos de Jogos\Rockstar Games\San Andreas Multiplayer Servers\World of Games [RPG] [0.3x] (v1.01Beta) Original\filterscripts\notebook.pwn(61) : warning 217: loose indentation E:\Arquivos do Victor\Arquivos de Jogos\Rockstar Games\San Andreas Multiplayer Servers\World of Games [RPG] [0.3x] (v1.01Beta) Original\filterscripts\notebook.pwn(64) : error 030: compound statement not closed at the end of file (started at line 39) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
if(response) { if(listitem == 0) // Botгo COMPRAS ONLINE { ShowPlayerDialog(playerid, 4, DIALOG_STYLE_LIST, "Notebook - Compras Online", "Vida\nColete\nArmas", "Selecionar", "Fazer Logoff"); return 1; } if(dialogid == 4) { if(response) { if(listitem == 0) { GivePlayerHealth(playerid, 100.0); } else if(listitem == 1) { GivePlayerArmour(playerid, 100.0); return 1; } } } return 0; } #endif