SA-MP Forums Archive
[Map] House with Gate+Garage - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] House with Gate+Garage (/showthread.php?tid=354039)



House with a Semi-automatic Gate - Cena44 - 25.06.2012

What is that?
This is a House that have a semi-automatic moving gate.

Where is that located?
At East beach freeway

How can I move the gates?
Use /gate to open the gates under the skull, it will auto close after 5 seconds


Where is the pictures/video?
a Video is better than 1,000 pictures:

[ame]http://www.youtube.com/watch?v=iiorCPB5LrE[/ame]

Where can I download this map?
Media fire
Past bin


Re: House with Gate+Garage - Don_Gambino - 25.06.2012

Where's The SS/Video?


Re : House with Gate+Garage - yusei - 25.06.2012

great


Re: House with Gate+Garage - Lordzy - 25.06.2012

Good JoB!


Re: House with Gate+Garage - Cena44 - 25.06.2012

Video added, and pwn file updated and the garage got removed due to a bug in it


Re: House with Gate+Garage - Dubya - 28.06.2012

Video is private!?


Re: House with Gate+Garage - Rube - 28.06.2012

pawn Код:
Gate = CreateObject(976, 3350.8999023438, -1967.3000488281, 5.4000000953674, 0.0, 0.0, 90, 100.0);

    return 1;
}

public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/opengate", true)){
        if(IsPlayerInRangeOfPoint(playerid, 15.0, 3350.8999023438, -1967.3000488281, 5.4000000953674)){
            SetTimerEx("CloseGate", 5000, false, "i", playerid);
            MoveObject(Gate, 3350.8999023438, -1956.9000244141, 5.4000000953674, 3.0, 0.0, 0.0, 90);
            return SendClientMessage(playerid, 0xFF0000FF, "Gate is opening")

I got from there a 1 error cant finde him it say "C:\Users\WIN 7\Downloads\Acronis True Image Home 2011 14.0.0.6597\Untitled12 gates.pwn(2) : fatal error 100: cannot read from file: "streamer"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.


Re: House with Gate+Garage - Dubya - 28.06.2012

Download the latest streamer.


Re: House with Gate+Garage - Cena44 - 28.06.2012

Quote:
Originally Posted by Dubya
Посмотреть сообщение
Video is private!?
Fixed, I think I pressed the wrong button


Re: House with Gate+Garage - $mooth - 29.06.2012

rly good!