Jump to content

Nvreformat

Members
  • Posts

    3
  • Joined

  • Last visited

Details

  • Gang
    Fenix

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Nvreformat's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

1

Reputation

  1. So, that's it, being able to host a server on the Raspberry Pi. A few years ago, (to be precise, in 2013) this was suggested (Link here) and it was discarded because the RPi wasn't very fast at the time, which is fair. However, this year a new model of it was released and it is (as they say) x10 faster than the one from 2013. Obviously, you're not going to put 100 people in there, but for a development server it's a pretty nice box. Thanks.
  2. Hahahah sabeme perdonar, ese es el primer script que hice por mi mismo El script consiste en que, un auto aparece cada cierto tiempo y un usuario tiene que llevarlo a x lugar para recibir x cantidad de dinero
  3. Hola estaba haciendo un sistema de hijacker como en el servidor CIT, pero tengo el siguiente problema. No se como identificar a el usuario que entre en el vehiculo. Acá les dejo el codigo function create ( hijackerv, blip ) hijackerv = createVehicle ( 500, 2071, -1332, 25, 0, 0, 0, Hijacker ) blip = createBlipAttachedTo ( hijackerv, 53, 1 ) outputChatBox( 'Un auto ha aparecido, entra en él y repártelo!', 125, 51, 125 ) end create ( hijackerv, blip ) function getdriver ( driver, hijackerv ) local driver = getVehicleOccupant ( source ) if ( driver ) then outputChatBox( 'Estas dentro del auto, apresúrate!', driver ) end end addEventHandler ( "onVehicleEnter", getRootElement(), getdriver ) function hijacker( hijackerv, marker, blipe, driver, blip, marker ) if hijackerv then marker = createMarker ( 2015, -2410, 13.5, "cylinder", 7, 255, 0, 0, 90 ) blipe = createBlipAttachedTo ( marker, 51, 1 ) end end addEventHandler ( "onVehicleEnter", getRootElement(), hijacker )
×
×
  • Create New...