SA-MP Forums Archive
GarHouse isn't 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: GarHouse isn't working. (/showthread.php?tid=216660)



GarHouse isn't working. - David5290 - 26.01.2011

[16:39:26] Loading filter script 'GarHouse.amx'...
[16:39:26] AmxLoad
[16:39:26] Checking natives...
[16:39:26] Error: Function "Streamer_RegisterInterface" is not found
[16:39:26] Error: Function "Streamer_AddPlayer" is not found
[16:39:26] Error: Function "Streamer_RemovePlayer" is not found
[16:39:26] Error: Function "Streamer_VerifyPickup" is not found
[16:39:26] Error: Function "Streamer_VerifyCheckpoint" is not found
[16:39:26] Error: Function "DestroyDynamicMapIcon" is not found
[16:39:26] Error: Function "CreateDynamicMapIcon" is not found
[16:39:26] Error: Function "sscanf" is not found
[16:39:26] Error: Function "CreateDynamicCP" is not found
[16:39:26] Error: Function "DestroyDynamicCP" is not found
[16:39:26] Missing 10 functions in total.


It says its loaded, but it doesn't do anything.


Re: GarHouse isn't working. - bartje01 - 26.01.2011

GarHouse system has some pawno includes you need.

Redownload

Get into the garhouse map -> pawno -> includes.

Put the files there in your servermap->pawno->includes


Then try again


Re: GarHouse isn't working. - Grim_ - 26.01.2011

Along with placing the libraries inside 'server root/pawno/includes', you will need to place the plugin files into the 'server root/plugins' folder. There may be extra requirements specific to the script.

I suggest re-visiting the GarHouse thread and reading the Installation section (assuming there is one) thoroughly.