SA-MP Forums Archive
SFCNR Robbing Dialog problem - 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: SFCNR Robbing Dialog problem (/showthread.php?tid=360502)



SFCNR Robbing Dialog problem - Vendicatori - 18.07.2012

hello, i got a problem with stevo's sfcnr i dont know how to take away dialog from robbing!

i want to take away dialog from this:
Код:
			ShowPlayerDialog(playerid,DIALOG_BURGERSHOT,DIALOG_STYLE_MSGBOX,"{FF0000}Burger Shot Robbery",string,"Ok","Cancel");



Re: SFCNR Robbing Dialog problem - Ballu Miaa - 18.07.2012

Then delete the Dialog's shown to the playerid as well as the response of this dialog from OnDialogResponse callback too. Just make sure , The dialog you delete doesnt need to do anything with the robbery happening.


Re: SFCNR Robbing Dialog problem - Vendicatori - 18.07.2012

even the dialog on DIALOG_BURGERSHOT?


Re: SFCNR Robbing Dialog problem - Ballu Miaa - 18.07.2012

Yeah


Re: SFCNR Robbing Dialog problem - Vendicatori - 18.07.2012

(playerid,BURGERSHOT,STYLE_MSGBOX,"{FF0000}Burger Shot Robbery",string,"Ok","Cancel");

shall it be like that?


Re: SFCNR Robbing Dialog problem - Ballu Miaa - 18.07.2012

Quote:
Originally Posted by Vendicatori
Посмотреть сообщение
(playerid,BURGERSHOT,STYLE_MSGBOX,"{FF0000}Burger Shot Robbery",string,"Ok","Cancel");

shall it be like that?
No Delete the whole line as well as the Dialog Response from OnDialogResponse callback.


Re: SFCNR Robbing Dialog problem - Vendicatori - 18.07.2012

I got these errors:


C:\Users\sala\Downloads\GameMode San Andreas\SFCRRPG.pwn(9150) : error 017: undefined symbol "BURGERSHOT"
C:\Users\sala\Downloads\GameMode San Andreas\SFCRRPG.pwn(9150) : warning 215: expression has no effect
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.