SA-MP Forums Archive
GarHouse Commands not working. - 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: GarHouse Commands not working. (/showthread.php?tid=375168)



GarHouse Commands not working. - kbalor - 05.09.2012

I have noticed that whenever I type any commands in GarHouse System. It says Unknown Command. I have already checked the OnDialogResponse to 0. and I have only one filterscript using and that is GarHouse.

And I figured out that the only working commands are

/myhouses
/housemenu

What could be the problem?


Re: GarHouse Commands not working. - kbalor - 05.09.2012

Additional on my GameMode I have this includes


#include <a_samp>
#include <zcmd>
#include <streamer>
#include <sscanf2>
#include <GetVehicleColor>

and on garihouse includes are

#include <a_samp> // Credits to the SA:MP Developement Team
#include <sscanf2> // Credits to ******
#include <YSI\y_ini> // Credits to ******
#include <ZCMD> // Credits to Zeex
#include <streamer> // Credits to Incognito
#include <foreach> // Credits to ******

Do you think it conflicts?


Re: GarHouse Commands not working. - mobiliz - 05.09.2012

Make sure you are rcon admin.


Re: GarHouse Commands not working. - kbalor - 05.09.2012

Quote:
Originally Posted by mobiliz
Посмотреть сообщение
Make sure you are rcon admin.
Thanks man +2 rep anyway I also change the <ZCMD> to <zcmd> its working like a charm now!


Re: GarHouse Commands not working. - mobiliz - 05.09.2012

Glad to help.


Re: GarHouse Commands not working. - kbalor - 05.09.2012

Quote:
Originally Posted by mobiliz
Посмотреть сообщение
Glad to help.
Oops and lastly why it says Invalid house interior. This house interior does not exist?


Re: GarHouse Commands not working. - mobiliz - 05.09.2012

Yes if it says invaild house interior, it means it either a interior that the house system doesn't support or it doesn't exist, some house systems gives you a option like 1 - 12 for the interior.

(Stupid wait between 120 seconds post)


Re: GarHouse Commands not working. - kbalor - 05.09.2012

Quote:
Originally Posted by mobiliz
Посмотреть сообщение
Yes if it says invaild house interior, it means it either a interior that the house system doesn't support or it doesn't exist, some house systems gives you a option like 1 - 12 for the interior.

(Stupid wait between 120 seconds post)
Okay. I understand. But if you can see in this video [ame="http://www.youtube.com/watch?v=D-kBcEQ_Hyc&feature=relmfu"]http://www.youtube.com/watch?v=D-kBcEQ_Hyc&feature=relmfu[/ame] (This is GarHouse Video for the script)

I tried to go in the same house same place. then I do what he does. Still i'm getting that error dialog. I do put /createhouse 1500000 (I didn't pur any interior as it says Optional) Also with interior.


Re: GarHouse Commands not working. - mobiliz - 05.09.2012

Just make sure you did /rcon login (password), then /createhouse blblbl (to get that interior you don't need to put a interior number in)


Re: GarHouse Commands not working. - kbalor - 05.09.2012

My bad I forgot to add folder that is related to gar interior ids Anyway thanks for helping me again