SA-MP Forums Archive
Removing 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)
+--- Thread: Removing Dialog (/showthread.php?tid=364803)



Removing Dialog - Vendicatori - 31.07.2012

Hello, Can someone please help me?
I got an sfcnr server... i want to remove the dialogs how do i do that?
and i wanna disable /kill but i dont find it...


Re: Removing Dialog - Devilxz97 - 31.07.2012

open the script then CTRL + F = /kill


Re: Removing Dialog - Vendicatori - 31.07.2012

thats what i've done its like hidden...


Re: Removing Dialog - [KHK]Khalid - 31.07.2012

and what about dcmd_kill or CMD:kill or COMMAND:kill. Depends on the command proccessor that you/the script use(s).

For the dialogs just CTRL+F "ShowPlayerDialog" then remove.


Re: Removing Dialog - Devilxz97 - 31.07.2012

Strcmp : /kill
ZCMD: CMD:kill , COMMAND:kill
DCMD: dcmd_kill
.. . . . . . .. hehe


Re: Removing Dialog - Majed - 31.07.2012

It depends what include you're using..
zmcds/dcmd/strcmp
and then find it the way Devilxz97 showed you.

and removing a dialog isn't hard.


Re: Removing Dialog - Vendicatori - 01.08.2012

I wanna delete the whole dialog system not just one...


Re: Removing Dialog - Devilxz97 - 01.08.2012

then Search all the showplayerdialog


Re: Removing Dialog - Vendicatori - 01.08.2012

Then what do i do with the other codes that dialog has the ok and cancel...
Код:
ShowPlayerDialog(playerid,DIALOG_SKILLINFO,DIALOG_STYLE_MSGBOX,"{0000FF}POLICE OFFICER INFORMATION:","{FFFFFF}Commands: Type /commands for a list of police commands.\n{FFFFFF}Job: Your job is to deal with crime in San Fierro.\n{FFFFFF}Player Colours: For a list of what the player colors mean, type /pc.\n{FFFFFF}Don't forget to read the /rules of San Fierro CRRPG!","Ok","Cancel");



Re: Removing Dialog - Luis- - 01.08.2012

What? What does it matter, you're wanting to remove them anyway.