Jump to content

coolboy-JNRNS

Members
  • Posts

    3
  • Joined

  • Last visited

Details

  • Gang
    NRNS

coolboy-JNRNS'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)

0

Reputation

  1. Hi, i have a code for client side to spawn a vehicle and i don't know what to put in the server side, I was reading on the wiki and it said "Important Note: Vehicles created client side are only seen by the client that creates, them, aren't synced and players cannot enter them. They are essentially for display only" and this i and i gui button. function spawn2(button,state) if button == "left" and state == "down" then local source = getLocalPlayer() -- get the local player local x, y, z = getElementPosition ( source ) -- retrive the player's position createVehicle ( 429 , x + 5, y + 5 , z + 2 ) end end addEventHandler ( "onClientGUIClick", Button[8], spawn2 )
  2. i already know how to write lua i have my own server that i created for my clan with a little help from my friend. I was just wondering about the cops and robbers.
  3. Is there a gametype like cops and robbers or is there any way to make one
×
×
  • Create New...