[Stuck] pickup popup for dialog - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Stuck] pickup popup for dialog (
/showthread.php?tid=107765)
[Stuck] pickup popup for dialog -
DiddyBop - 11.11.2009
Hi, i was wondering how i would make the dialog come up? here is the begining of callback..
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
// DialogID 1337
if(dialogid == 1337)
{
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
pawn Код:
else if(pickupid == weapshop)
{
ShowPlayerDialog(playerid, 1337);
}
a lil help? it gives invalid machted definintions arguments or w.e error..
Re: [Stuck] pickup popup for dialog -
Daren_Jacobson - 11.11.2009
read the guide in my signature.