Jump to content

Nelson

Members
  • Posts

    5
  • Joined

  • Last visited

About Nelson

  • Birthday 10/02/1991

Details

  • Gang
    I'm cop
  • Location
    London/England

Nelson's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Nelson

    Gate system

    well, i did it.Thanks all for helping me. I'm requested to lock this topic. /lock!!!
  2. Nelson

    Scripts

    Here you do not request buddy.Here you just ask for help if you're trial or just beginner scripter.
  3. Nelson

    Gate system

    Well, i just want to close a place with gate and to open only with teams.
  4. Nelson

    Gate system

    Hello.I'm Nelson, an other MTA new scripter.I need some help with a gate system.I'm here till now function createTheGate () gate1 = createObject ( 2938, 984.8, 1480.7, 14.6 ) end addEventHandler ( "onResourceStart", getResourceRootElement ( getThisResource () ), createTheGate ) function openMyGate ( ) moveObject ( gate1, 2938, 984.8, 1480.7, 16.6 ) setTimer ( movingMyGateBack, 5000, 1 ) end getPlayerTeam ( ThePlayer, openMyGate ) function movingMyGateBack () moveObject ( gate1, 2938, 984.8, 1480.7, 14.6 ) end can anyone help me?
×
×
  • Create New...