SA-MP Forums Archive
Always the same, need help! - 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)
+--- Thread: Always the same, need help! (/showthread.php?tid=392408)



Always the same, need help! - Hade. - 14.11.2012

Hey so if i have a dialog NPC creator or radio system its always the same, the first dioalog pops up but the second one doesnt, or if i have a radio system then i click on the radio but it doesnt work always i have tryed many different filterscripts and stuff, i need help with this!


Re: Always the same, need help! - Konstantinos - 14.11.2012

I'm assuming the dialogid(s) might be similar to the other. Just try to change them and see if it pops up. I used to have the same problems when I started!


Re: Always the same, need help! - Hade. - 14.11.2012

I cant understand what u mean quite well?


Re: Always the same, need help! - Konstantinos - 14.11.2012

pawn Код:
1st filterscript uses dialogid 1,2.
2nd filterscript uses dialogid 2,3.
Both of them uses dialogid 2, one of them or both won't work.
However, you should check what it returns 0/1. It depends if it's filterscript(0) or gamemode(1).


Re: Always the same, need help! - Black Wolf - 14.11.2012

check this thing under dialogresponse

if(dialogid ==

and check if both the dialogs are having the same id then change it.


Re: Always the same, need help! - Hade. - 14.11.2012

I have that but does it matter ifthey have the same ID's even if one is a filterscript and one in my GM?