Jump to content

The dreaded KIHC


TGW121

Recommended Posts

I seem to be having problems using this resource, i have done everything in the installation guide

-Create a directory name 'KIHC' in your resource directory.

- Unzip this file into that( KIHC ) folder.

- Open your meta.xml(of the gamemode in which you want houses).

- Add , save and close it.

i have made sure my user (who is admin) has the relavent stuff in the acl set

i goto my map and type /buildhouse and its not working, everything has been updated

Thanks in advance everyone

Link to comment
yeah i logged in :shock:

im still having problems no errors are showing its bizarre

If you added to your gamemode or main script you use all the time while it was running, you need to update it (restart or refresh commands). The tag tells the server you want to start another resource when you start your resource. That's why author explained to include KIHC resource in your script/gamemode so you won't have to start it separately. If you don't get any errors/warnings or nothing works, it's probably because the resource is not running.

Link to comment

Probably the resource is bugged and you can't use it. Or maybe it need you to restart the resource after you build the houses... I'm not sure I only helped to test this resource not script it and I did it ages ago (its first stages). Maybe others have more experience with this resource than I do. So wait patiently, someone will reply.

Link to comment

0.1.6 have different access right check on /buildhouse:

if ( hasObjectPermissionTo ( player, "function.banIP" )

while 0.1.61 has login state check and this:

if ( hasObjectPermissionTo ( name, "command.ban" ) )

so my bet is still same - messed up access rights. *)

maybe you'll show your ACL?

Link to comment

one more thing. are you sure that everything is uploaded to the server with exact case (no "convert to lowercase" option or something)?

i mean for linux server KIHC.lua and kihc.lua are different files.

same with mta accounts, everything is case-sensitive.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...