Dialog help
#2

Try this:

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if (dialogid == 1)
    {
        new Float:x, Float:y, Float:z;
        GetPlayerPos(playerid, x, y, z);
        CreateObject(strval(inputtext), x, y, z, 0.0, 0.0, 0.0, 0.0);
    }
    return 1;
}
Reply


Messages In This Thread
Dialog help - by sim_sima - 25.06.2013, 15:12
Re: Dialog help - by Deathstalker - 25.06.2013, 15:19
Re: Dialog help - by sim_sima - 25.06.2013, 15:23
Re: Dialog help - by introzen - 25.06.2013, 15:53

Forum Jump:


Users browsing this thread: 1 Guest(s)