09.05.2011, 16:29
3 warning!
Linhas
pawn Код:
C:\Users\Washington\Desktop\testes\gamemodes\MxP.pwn(461) : warning 213: tag mismatch
C:\Users\Washington\Desktop\testes\gamemodes\MxP.pwn(462) : warning 213: tag mismatch
C:\Users\Washington\Desktop\testes\gamemodes\MxP.pwn(469) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Header size: 4064 bytes
Code size: 30360 bytes
Data size: 142032 bytes
Stack/heap size: 16384 bytes; estimated max. usage=40168 cells (160672 bytes)
Total requirements: 192840 bytes
3 Warnings.
pawn Код:
LINHA 461
if( !kHealth < 40.0 ) return SendClientMessage( playerid, 0x33CCFFAA, "A sua vida estб demasiado baixa, nгo pode comprar colete!" );
LINHA 462
else if( !kDinheiro < 200 ) return SendClientMessage( playerid, 0x33CCFFAA, "O seu dinheiro й insuficiente (R$200)" );
LINHA469
ShowPlayerDialog(playerid,8439, DIALOG_STYLE_MSGBOX, "{F60000} ----------------- ColetE --------------- ",colete, "Fechar" );