11.11.2009, 00:46
Hi, i was wondering how i would make the dialog come up? here is the begining of callback..
Yes the callback is finished, but i tried making it come up when u go threw a Pickup, and i failed.. This is what i tried.. lol
a lil help? it gives invalid machted definintions arguments or w.e error..
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
// DialogID 1337
if(dialogid == 1337)
{
pawn Код:
else if(pickupid == weapshop)
{
ShowPlayerDialog(playerid, 1337);
}