11.04.2011, 21:48
e como devo aplicar isso aqui:
pawn Код:
if(strcmp(cmd, "/comandos", true) == 0)
{
if(IsPlayerConnected(playerid))
{
ShowPlayerDialog(playerid, 20, DIALOG_STYLE_MSGBOX, "comandos", "/comandos", "Ok", "Sair");
return 1;
}
return 1;
}