Jump to content

bober370

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by bober370

  1. Postacie zapisuj w bazie danych (np mysql) a następnie sprawdzaj ile gracz ma postaci (1 wpis w bazie = 1 postać)
  2. you unlock port 22005 on your router : )
  3. lol function roll(player.comd) local roll = math random(1.6) if roll = 1 then u won blablabla elseif roll = 2 then u lost blablabla elseif roll = 3 then u r muted elseif roll = 4 then u win blablabla end end addCommandHandler(("roll",roll)
  4. mayba -- Not tested function money(playerSource) local money = getPlayerMoney(playerSource) local x, y, z = getElementPosition(playerSource) createPickup(x, y, z, 3, 1274, 0, money) end addEventHandler("onPlayerWasted", getRootElement(), money )
  5. mayba -- Not tested function money(playerSource) local money = getPlayerMoney(playerSource) local x, y, z = getElementPosition(playerSource) createPickup(x, y, z, 3, 1274, 0, money) end addEventHandler("onPlayerWasted", getRootElement(), money )
  6. I have script addCommandHandler("taxi", function(playerSource) outputChatBox("Gracz ktory potrzebuje taxi: "..getPlayerName(playerSource), playerSource, source) end ) Commands /taxi say text to player PM As make say to all ?
×
×
  • Create New...