Hello Some need a good gate or dont know how to create it i will tell and let u make a gate on your first step i will say when u do this the first time its not easy learn about it and u will see the faults they u can make, u can learn how to fix it so goodluck --------------------------------------- for a filterscript last page under !!! --------------------------------------- Im self dutch guy so i have subtitled it for you :) Playza Script v1.1 /////////////////////////////////////////////////////////////////////////////////// THIS IS THE OBJECT PLACE IT TO YOUR GAMEMODE OR FILTERSCRIPT !! under the createobject or where u have the objects stays its not a gate will be opened but the gate what u use as an object in game NONE GATE BUT >>>OBJECT<<< the gates are at last page under CreateObject(3749, 1546.012329, -1627.528076, 18.241226, 0.0000, 0.0000, 270.0000); u can see from 3749 that it wil be a object a entrance gate so i names it. ^ ^= x ^= y ^= z | | | | \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ de object (Poort) the object Gate nu de gate object nog ! now the gate object moeten 2x !! must be 2x READ THIS TO Puth the files UNThER Public OngameModeinit; ----------------------------------------- | ||||||| ||| ||||| ||||| | ||| || || || || || | ||||||| ||||||| |||| |||| | ||| || || || || || | ||||||| || || ||||| ||||| | ----------------------------------------- in LS ( LSP) on lsp 1546.174927, -1627.922241, 15.156204 ( coordinaat gate vooraan omhoog!/cllsp) coordinate gate at begin going up 1546.174927, -1627.922241, 9.631212 ( coordinaat gate vooraan omlaag !/oplsp) coordinate gate at begin going down (coordinaat gate achteraan dicht rechts ! /opengate coordinate gate behind closed right PUT HERE YOUR Coordinates !! for a closed gate CreateObject(x ,y z); (coordinaat gate achteraan open links ! /closegate coordinate gate behind open left PUT HERE YOUR Coordinates !! for a open gate CreateObject(x ,y z); bovenste 2 gates gaan omlaag en omhoog staat vooraan bij ingang ! dus zo : down=open / up=closed above 2 gates going down and up it stays at begin from entree so this ----- ||||| ||||| ^ | ----- | v //-----------------------------| Plak Hier de scriptje voor gates als je het hier wilt saven|--------------------------// Paste here the script for gates when u need it to will save. if( !strcmp(cmdtext,"/opengate",true )) { if (gTeam[playerid] == id of team) <-- choise a team 1/15 { MoveObject(basegate, 1546.174927, -1627.922241, 9.631212,2); } else { SendClientMessage(playerid, COLOR_RED, "put here your text!"); } return 1; } if( !strcmp(cmdtext,"/closegate",true )) { if (gTeam[playerid] == id of team) <-- choise a team 1/15 { MoveObject(basegate, 1546.174927, -1627.922241, 15.156204,2); } else { SendClientMessage(playerid, COLOR_RED, "put here your text!"); } return 1; } //------------------------| gate achteraan ! |-------------------------------------------------// if( !strcmp(cmdtext,"/opengate",true )) <-- the command u can change it to what u want { if (gTeam[playerid] == 2) { MoveObject(basegate, x,y,z,2); } else { SendClientMessage(playerid, COLOR_RED, "Only ... Can open this Second gate!"); } return 1; } if( !strcmp(cmdtext,"/closegate",true )) <-- the command u can change it to what u want { if (gTeam[playerid] == 2) { MoveObject(basegate, x,y,z,2); } else { SendClientMessage(playerid, COLOR_RED, "Only ... Can open this Second gate!"); } return 1; } //--------------------------------------------------------------------------------------------------// when u use a filterscript READ THIS !! if u use a filterscript u DONT need to use : Public OngameModeinit; if its will be a filterscript u need some things like this #include new gate public OnFilterScriptInit() objects come at here public OnPlayerDisconnect(playerid, reason) { //-------------------------------------------------------------------------------------------------// Als er problemen vinden met de gates dat ze niet goed schuiven of dat ze niet omlaag gaan of omhoog kijk dan eff de coórdinaten na ! vergeet natuurlijk ook de LSP object niet die zie je helemaal boven aan de pagina ;) Meer Info Of vragen Kan altijd English Subtitled : If there problems find with the gates that them not well drawers or that they do not go down or up look then the coórdinaten after! of course also the LSP do not forget see object that you entirely above to the page;) More information or can ask always forum.sa-mp.com wiki.sa-mp.com Email ?: andre_wtf@live.nl ----------------------------------------- | ||||||| ||| ||||| ||||| | ||| || || || || || | ||||||| ||||||| |||| |||| | ||| || || || || || | ||||||| || || ||||| ||||| | --------------------------------------------------------------------------------- ||||| ||| || |||||| || || ||| || ||||||| || || || |||| || || || |||| |||| || |||| ||||| || |||||| || || || || || || || || || || || || |||||||| || || |||||||| ||||| || || ||||| || || || |||||| || || ------------------------------------------------------------------------------||