Detener hack de dialog.
#2

pawn Код:
#include <a_samp>
#define GetPlayerDialog(%0) AntiDialog[%0]

new AntiDialog[MAX_PLAYERS];

ShowPlayerDialogEx(playerid, dialogid, style, caption[], info[], button1[], button2[])
{
    AntiDialog[playerid] = dialogid;
    return ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[]);
}

public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/Ejemplo1", cmdtext, true, 10) == 0)
    {
    //ShowPlayerDialogEx(playerid, dialogid, style, caption[], info[], button1[], button2[]);
    return 1;
    }
    return 0;
}
O puedes utilizar http://pastebin.com/bECTGNAZ del seсor iDarkRain.

(yo simplemente queria intentar hacer uno,pero en vez de eso me saliт un GetPlayerDialog D:..)
Reply


Messages In This Thread
Detener hack de dialog. - by Auzen - 08.06.2013, 21:08
Respuesta: Detener hack de dialog. - by pinpon - 08.06.2013, 21:23
Re: Detener hack de dialog. - by Auzen - 08.06.2013, 21:48
Respuesta: Detener hack de dialog. - by OTACON - 08.06.2013, 23:35
Respuesta: Detener hack de dialog. - by EduGTA - 09.06.2013, 00:03
Respuesta: Detener hack de dialog. - by xSDx - 09.06.2013, 02:24
Re: Detener hack de dialog. - by bm0z - 09.06.2013, 16:43
Respuesta: Detener hack de dialog. - by DesingMyCry - 09.06.2013, 18:40
Respuesta: Re: Detener hack de dialog. - by xSDx - 09.06.2013, 19:20
Respuesta: Detener hack de dialog. - by Auzen - 09.06.2013, 19:31

Forum Jump:


Users browsing this thread: 3 Guest(s)