I lost all the day in trying to make a gate. Help me, please?!?
#9

Sure, Well, firstly u need to make a command for the /open and /close ect, then postions


public OnFilterScriptInit()
{
Gate = CreateObject(modelid,Float:X,Float:Y,Float:Z,Float :rX,Float:rY,Float:rZ,FloatrawDistance = 0.0);
return 1;
}
public OnFilterScriptInit()
{
Gate[0] = CreateObject(modelid,Float:X,Float:Y,Float:Z,Float :rX,Float:rY,Float:rZ,FloatrawDistance = 0.0);
Gate[1] = CreateObject(modelid,Float:X,Float:Y,Float:Z,Float :rX,Float:rY,Float:rZ,FloatrawDistance = 0.0);
Gate[2] = CreateObject(modelid,Float:X,Float:Y,Float:Z,Float :rX,Float:rY,Float:rZ,FloatrawDistance = 0.0);
return 1;
}
//--------------------------

Here, you go, looser.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)