Posts: 46
Threads: 9
Joined: Jul 2012
Reputation:
0
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...
Posts: 748
Threads: 31
Joined: Dec 2011
Reputation:
0
open the script then CTRL + F = /kill
Posts: 46
Threads: 9
Joined: Jul 2012
Reputation:
0
thats what i've done its like hidden...
Posts: 854
Threads: 5
Joined: Jan 2012
Reputation:
0
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.
Posts: 748
Threads: 31
Joined: Dec 2011
Reputation:
0
Strcmp : /kill
ZCMD: CMD:kill , COMMAND:kill
DCMD: dcmd_kill
.. . . . . . .. hehe
Posts: 156
Threads: 12
Joined: Nov 2011
Reputation:
0
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.
Posts: 46
Threads: 9
Joined: Jul 2012
Reputation:
0
I wanna delete the whole dialog system not just one...
Posts: 748
Threads: 31
Joined: Dec 2011
Reputation:
0
then Search all the showplayerdialog
Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
What? What does it matter, you're wanting to remove them anyway.