house filterscript not working
#1

Hey guys I have downloaded a house filterscript for my server. I put the files in my filterscripts folder, I made sure to verify if I have all the includes necessary for the filterscript to actually work and I also added the name of it in the filterscript line in the server fiile. When I got in the server, I tried to use a command of the filerscript to see if it was working well, but when I typed the command the server said : Unknown command. Can someone help me find out what's the problem ? I thought that maybe another filterscript was interfering with the house filterscript but if that's the case I don't know which one..

Here's the house system I downloaded : https://sampforum.blast.hk/showthread.php?pid=3409290#pid3409290

If you need any other information, just ask and I'll give it to you
Thanks
Reply
#2

That housing system runs x2 plugins and YSI. Are those installed correctly? Show us the server.log
Reply
#3

Quote:
Originally Posted by Weponz
Посмотреть сообщение
That housing system runs x2 plugins and YSI. Are those installed correctly? Show us the server.log
What is the x2 plugins ??
Here's what the server log said the last time I went in the server :

Код HTML:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[20:44:22] 
[20:44:22] Server Plugins
[20:44:22] --------------
[20:44:22]  Loading plugin: Whirlpool
[20:44:22]  
[20:44:22]  ==================
[20:44:22]  
[20:44:22]   Whirlpool loaded
[20:44:22]  
[20:44:22]  ==================
[20:44:22]  
[20:44:22]   Loaded.
[20:44:22]  Loading plugin: streamer
[20:44:22] 

*** Streamer Plugin v2.7.8 by Incognito loaded ***

[20:44:22]   Loaded.
[20:44:22]  Loading plugin: sscanf
[20:44:22] 

[20:44:22]  ===============================

[20:44:22]       sscanf plugin loaded.     

[20:44:22]          Version:  2.8.1        

[20:44:22]    © 2012 Alex "******" Cole  

[20:44:22]  ===============================

[20:44:22]   Loaded.
[20:44:22]  Loading plugin: irc
[20:44:22] 

*** IRC Plugin v1.4.3 by Incognito loaded ***

[20:44:22]   Loaded.
[20:44:22]  Loading plugin: dns
[20:44:22] 

*** DNS Plugin v2.4 by Incognito loaded ***

[20:44:22]   Loaded.
[20:44:22]  Loaded 5 plugins.

[20:44:23] 
[20:44:23] Ban list
[20:44:23] --------
[20:44:23]  Loaded: samp.ban
[20:44:23] 
[20:44:23] 
[20:44:23] Filterscripts
[20:44:23] ---------------
[20:44:23]   Loading filterscript 'gl_actions.amx'...
[20:44:23]   Loading filterscript 'gl_mapicon.amx'...
[20:44:23]   Loading filterscript 'attachments.amx'...
[20:44:23]   Loading filterscript 'Z_AdminIsland.amx'...
[20:44:23] 
*************************
[20:44:23]   Advanced Admin Island    
[20:44:23]       By [ZFM]Zuc          
[20:44:23] *************************

[20:44:23]   Loading filterscript 'WDS.amx'...
[20:44:23]   Loading filterscript 'Bank.amx'...
[20:44:23] 
**************
[20:44:23] *EBank Loaded*
[20:44:23] **************

[20:44:23]   Loading filterscript 'XtremeAdmin2.amx'...
[20:44:23] Welcome to the Xtreme Administration Filterscript v2.1
[20:44:23] Checking / creating server configuration...
[20:44:23] Creating user file variables configuration...
[20:44:26] Creating command level configuration...
[20:44:27] Creating Forbidden Names...
[20:44:27] shit
[20:44:27] fuck
[20:44:27] crap
[20:44:27] hack
[20:44:27] hacker
[20:44:27] son of a bitch
[20:44:27] bitchf a bitch
[20:44:27] Creating main configuration files...
[20:44:27] Initializing Menus...
[20:44:27] Complete.
[20:44:27]   Loading filterscript 'Ranks.amx'...
[20:44:27]  
[20:44:27]  
[20:44:27]  
[20:44:27]  ======================================= 
[20:44:27]  |                                     | 
[20:44:27]  |        YSI version 1.06.0002        | 
[20:44:27]  |        By Alex "******" Cole        | 
[20:44:27]  |                                     | 
[20:44:27]  ======================================= 
[20:44:27]  
[20:44:27]  
[20:44:27]  
[20:44:27]   Loading filterscript 'house.amx'...
[20:44:27]   Loaded 9 filterscripts.

[20:44:27] Loaded 3 vehicles from: vehicles/trains.txt
[20:44:27] Loaded 3 vehicles from: vehicles/pilots.txt
[20:44:27] Loaded 15 vehicles from: vehicles/lv_law.txt
Reply
#4

seems the fs is loaded, make sure you have logged in to rcon to use the script.
Reply
#5

Quote:
Originally Posted by yvoms
Посмотреть сообщение
seems the fs is loaded, make sure you have logged in to rcon to use the script.
Yes, actually that's the first thing I do but thing is, I dont need to be logged as an rcon to use the normal player commands and when I tried to use them, the server wrote : Unknown command
Reply
#6

Код:
* /house - Opens the house menu, house owner only.
* /createhouse [price] [interior id] - RCON admins only, lets you create a house.
* /hsetinterior [house id] [interior id] - RCON admins only, lets you change a house's interior.
* /hsetprice [house id] [price] - RCON admins only, lets you change a house's price.
* /resethouse [house id] - RCON admins only, resets a house.
* /deletehouse [house id] - RCON admins only, deletes a house.
* [added in v1.2] /gotohouse [house id] - RCON admins only, teleports you to house's entrance you specified ID of.
I guess the scripter set it to return 0; if you are not the owner.
Or if you are not in the house, meaning you need to be logged in to rcon or own the house.
Reply
#7

Quote:
Originally Posted by yvoms
Посмотреть сообщение
Код:
* /house - Opens the house menu, house owner only.
* /createhouse [price] [interior id] - RCON admins only, lets you create a house.
* /hsetinterior [house id] [interior id] - RCON admins only, lets you change a house's interior.
* /hsetprice [house id] [price] - RCON admins only, lets you change a house's price.
* /resethouse [house id] - RCON admins only, resets a house.
* /deletehouse [house id] - RCON admins only, deletes a house.
* [added in v1.2] /gotohouse [house id] - RCON admins only, teleports you to house's entrance you specified ID of.
I guess the scripter set it to return 0; if you are not the owner.
Or if you are not in the house, meaning you need to be logged in to rcon or own the house.
yes but, there's no houses on the map, itslike the filterscript wasn't loaded at all
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)