24.08.2011, 23:13
bom to testando o cmd aki mais esta dando esse erro.
Код HTML:
C:\Documents and Settings\mateus\Desktop\Globall\gamemodes\lvdm13.pwn(2726) : warning 217: loose indentation C:\Documents and Settings\mateus\Desktop\Globall\gamemodes\lvdm13.pwn(2733) : warning 217: loose indentation C:\Documents and Settings\mateus\Desktop\Globall\gamemodes\lvdm13.pwn(4576) : error 010: invalid function or declaration C:\Documents and Settings\mateus\Desktop\Globall\gamemodes\lvdm13.pwn(4579) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
PHP код:
if(!strcmp("/teste", cmdtext, true))
{
ShowPlayerDialog(playerid, 5656, DIALOG_STYLE_MSGBOX, "Teste Cor", "Este tutorial foi feito por jonas_OwNer", "Ok", "Sair");
return 1;
}