Jump to content

Wiktornication

Members
  • Posts

    3
  • Joined

  • Last visited

Wiktornication'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. Cześć wszystkim, zaczynam się bawić z LUA, robie wszystko zgodnie z poradnikiem na wiki i za żadne grzechy komenda nie działa: function joinHandler() local x = 1939.55 local y = -1714.46 local z = 15 spawnPlayer(source, x, y, z) fadeCamera(source, true) setCameraTarget(source, source) outputChatBox("Witaj na moim serwerze!", source) end addEventHandler("onPlayerJoin", getRootElement(), joinHandler) function createVehicleForPlayer(thePlayer, command, vehicleModel) local x,y,z getElementPosition(thePlayer) x = x + 5 local createdVehicle(tonumber(vehicleModel),x,y,z) end addCommandHandler("v", createVehicleForPlayer) createVehicleForPlayer(thePlayer,"v","468") Co robię źle?
×
×
  • Create New...