Jump to content

Jonni

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Jonni

  1. Some people have done it, how do I do it? ;d
  2. hi, when I try the command /AI it gives this error in server console: attempt to call global 'setPedAnalogControlState' (a nil value) It spawns the ped,vehicle and puts ped into the vehicle but doesnt start driving forward for some reason. How can I fix this? function AIo ( playerSource ) local x, y, z = getElementPosition ( playerSource ) local ped = createPed(194,x,y,z) local vehicle = createVehicle ( 411, x, y, z) warpPedIntoVehicle (ped, vehicle) setPedAnalogControlState(ped, 'accelerate', 1) end addCommandHandler ( "AI", AIo)
  3. Jonni

    game-monitor

    Why my server isnt connecting to game-monitor.com ?
  4. Jonni

    Help!

    Hey i tried to put new bmx .txd and .dff to my server but it doesnt work When i start the script it only downloads the stuff to client but it doesnt start using the files Here is the script http://www.mediafire.com/?qqrr93q42lrdm95 (model and skin made by Revoltar) Thanks
×
×
  • Create New...