SA-MP Forums Archive
weird door bug? - 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: weird door bug? (/showthread.php?tid=320956)



weird door bug? - joeri - 25.02.2012

hello, all the time if i open doors i get this

Shot at 2012-02-25
or this

Shot at 2012-02-25

please help me how do i fix that?

P.S i have 2.5 of the streamer plugin


Re: weird door bug? - emokidx - 25.02.2012

show the code which opens your door.


Re: weird door bug? - joeri - 25.02.2012

okey let's search for it


Re: weird door bug? - joeri - 25.02.2012

public CloseCourtGate1()
{
MoveDynamicObject(courtgates[0],2138.00000000,1316.72106934,7698.23632812,4);
return 1;
}
public CloseCourtGate2()
{
MoveDynamicObject(courtgates[1],2138.00292969,1290.96386719,7698.24169922,4);
return 1;
}
public CloseWestLobby()
{
MoveDynamicObject(westlobby1,239.71582031,116.0917 9688,1002.21502686,4);
MoveDynamicObject(westlobby2,239.67968750,119.0996 0938,1002.21502686,4);
return 1;
}
public CloseEastLobby()
{
MoveDynamicObject(eastlobby1,253.14941406,110.5996 0938,1002.21502686,4);
MoveDynamicObject(eastlobby2,253.18457031,107.5996 0938,1002.21502686,4);
return 1;
}
public CloseBlastDoor()
{
MoveDynamicObject(blastdoor[0],-764.11816406,2568.81445312,10021.5,2);
return 1;
}
public CloseBlastDoor2()
{
MoveDynamicObject(blastdoor[1],-746.02636719,2535.19433594,10021.5,2);
return 1;
}
public CloseBlastDoor3()
{
MoveDynamicObject(blastdoor[2],-765.26171875,2552.31347656,10021.5,2);
return 1;
}
public CloseCage()
{
MoveDynamicObject(cage,-773.52050781,2545.62109375,10022.29492188,2);
return 1;
}
public CloseLocker()
{


Re: weird door bug? - joeri - 25.02.2012

sorry post it 2 times


Re: weird door bug? - Chris White - 25.02.2012

You gotta update your streamer plugin and include for samp 0.3d and then re-compile your gamemode.
This problem has happened with almost everybody :P
+rep me if I helped.


Re: weird door bug? - joeri - 25.02.2012

so download the streamer plugin 2.6? and put it the rigths maps then re-compile?


Re: weird door bug? - Chris White - 25.02.2012

Yeah, that's all you're gonna do. Just download the plugin and the include, then recompile, that's all. And don't forget the include :P


Re: weird door bug? - Deathh - 25.02.2012

It happend since 0.3d started door bugs gate bugs :P


Re: weird door bug? - Smally - 25.02.2012

Your streamer on the server is a different version from what you're complying