[Include] [INC]w_Gates | Police HQ gates made easy
#6

Quote:
Originally Posted by TheMaTrIx4057
You should add bunch of gates like for airports and all that xD
oh heres some more functions

stock CreateGate(gateid,modelid,Float:X,Float:Y,Float:Z, Float:rX,Float:rY,Float:rZ)
{
gateid = CreateObject(modelid,Float:X,Float:Y,Float:Z,Float :rX,Float:rY,Float:rZ);
}

stock MoveGate(gateid,Float:X,Float:Y,Float:Z,Float:Spee d)
{
MoveObject(gateid,Float:X,Float:Y,Float:Z,Float:Sp eed);
}

stock DestroyGate(gateid)
{
DestroyObject(gateid);
}

i made them first but then i made the others

WeeDarr
Reply


Messages In This Thread
[INC]w_Gates | Police HQ gates made easy - by weedarr - 20.01.2008, 16:58
Re: [INC]w_Gates | Police HQ gates made easy - by luxeon - 20.01.2008, 18:13
Re: [INC]w_Gates | Police HQ gates made easy - by weedarr - 20.01.2008, 18:20
Re: [INC]w_Gates | Police HQ gates made easy - by MaTrIx4057 - 20.01.2008, 18:22
Re: [INC]w_Gates | Police HQ gates made easy - by luxeon - 20.01.2008, 18:49
Re: [INC]w_Gates | Police HQ gates made easy - by weedarr - 20.01.2008, 19:26
Re: [INC]w_Gates | Police HQ gates made easy - by paike - 20.01.2008, 22:15
Re: [INC]w_Gates | Police HQ gates made easy - by weedarr - 20.01.2008, 22:43
Re: [INC]w_Gates | Police HQ gates made easy - by paike - 20.01.2008, 22:50
Re: [INC]w_Gates | Police HQ gates made easy - by Avatar - 21.01.2008, 10:16

Forum Jump:


Users browsing this thread: 1 Guest(s)