#1

Is there any reason why gates wouldn't work on my server? I've tried every gate on aGateGenerator as a filterscript and the dont work
Reply
#2

Got a code? Not really much information to work with..
Reply
#3

You'll need to give us more information and your code if you want some help.
Reply
#4

There are several reason's I can think off, One would be you havnt added a command under OnPlayerCommandText or You aven't made the gate eg: gate1 = CreateObject(11111,1,1,1,0,0,0); etc.
Reply
#5

Код:
#include <a_samp>
//=====
new BrandonGate1;
//=====
forward BrandonGate1Timer(playerid);
//=====
public OnFilterScriptInit()
{
BrandonGate1 = CreateObject(969, 1530.947265625, 96.14453125, 28.636119842529, 0, 0, 25.801391601563);
SetTimer("BrandonGate1Timer", 1000, 1);
}
//=====
public BrandonGate1Timer(playerid)
{
if(IsPlayerInRangeOfPoint(playerid, 4, 1530.947265625, 96.14453125, 28.636119842529))
{
MoveObject(BrandonGate1, 1538.9044189453, 100.001953125, 28.584012985229, 2);
}else{
MoveObject(BrandonGate1, 1530.947265625, 96.14453125, 28.636119842529, 2);
}
}
now for some reason the code doesnt work at all i have had the script made by aGateGenerator and none even move at all. you can see the gate tho
Reply
#6

anyone?
Reply
#7

https://sampwiki.blast.hk/wiki/Automatic_Gates
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)