weird door bug?
#1

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
Reply
#2

show the code which opens your door.
Reply
#3

okey let's search for it
Reply
#4

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()
{
Reply
#5

sorry post it 2 times
Reply
#6

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.
Reply
#7

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

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
Reply
#9

It happend since 0.3d started door bugs gate bugs :P
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)