[Not Resloved] Commands calling other commands
#10

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
What do you mean by "They are all in different parts of the script, at different distances between commands."? Filterscripts?

Commands in ZCMD are functions (cmd_command_name, e.g. cmd_sethp) and it calls these functions when OnPlayerCommandText is called. There's no way for it to call cmd_sethp if you entered /severstats. Other than having a lot of filterscripts, and some things just bug out (it happens sometimes).

Redownload the include?
By Distance I mean how spread apart they are from one anther.
PHP код:
CMD// Command being typed(1)
CMD// Command being typed (2)
CMD// Command being called(1)
CMD// Doesn't work at all
CMD:// Doesn't work at all
CMD:// Command Being Called(2) 
I'm using 0 Filterscripts as-well.
Every command is created in the game mode.
The only thing read outside of the game mode is my objects.
Those are read through objects.pwn using ****** Hooking method.

I would understand if maybe Pawn.CMD didn't work, or ZCMD alone didn't work
However neither of them working, has got me really confused.
I've messed up in a way I didn't know was possible, and have no idea how I did it.
Tried redownloading the include as-well(Both.)

EDIT:
UrShadow released a new update 4 Days ago I didn't notice.
I updated the Include and plugin, and now it works.
However they working fine before as-well so I'm not sure if that fixed it for good or not.
Reply


Messages In This Thread
[Resloved] Commands calling other commands - by Lynn - 08.07.2016, 23:52
Re: Commands calling other commands - by XtremeRz - 08.07.2016, 23:55
Re: Commands calling other commands - by Lynn - 08.07.2016, 23:57
Re: [Not Resloved] Commands calling other commands - by XtremeRz - 09.07.2016, 00:01
Re: [Not Resloved] Commands calling other commands - by Lynn - 09.07.2016, 00:02
Re: [Not Resloved] Commands calling other commands - by XtremeRz - 09.07.2016, 00:04
Re: [Not Resloved] Commands calling other commands - by PrO.GameR - 09.07.2016, 00:06
Re: [Not Resloved] Commands calling other commands - by Lynn - 09.07.2016, 00:11
Re: [Not Resloved] Commands calling other commands - by SickAttack - 09.07.2016, 04:35
Re: [Not Resloved] Commands calling other commands - by Lynn - 09.07.2016, 04:49

Forum Jump:


Users browsing this thread: 1 Guest(s)