Jump to content

kevin11

Members
  • Posts

    328
  • Joined

  • Last visited

Everything posted by kevin11

  1. kevin11

    name color

    how do i make ascript that can do /name #00FFFF and it will save
  2. points for winning a race (DD/DM) anyone
  3. need help at that roll script if i roll everyone needs to wait 30sec helpme
  4. i ment the house system with portal u know... u go in and youre in a house
  5. not as far as i know i think its impossible (suggestion) use a house making script and place the house very high
  6. why dont post the beta so people can experience it and tell you errors
  7. that..that.......that was good:D all scripts work ty
  8. first this http://pastebin.com/05ir1YY6 how do i put a timer between it with a message like (when someone roll and after that again he gets a message ) "Don't roll the dice more then 1 time every 30 sec" in red color i tried and a friend of mine tried but no succes 2nd what did i do wrong?? in this line "outputChatBox ( getPlayerName ( thePlayer ) .. ' has won $700 as last player" this is link for full script (if needed) http://pastebin.com/Vys6JPJT
  9. i tried it and it doesnt give error but when i do /roll nothing happens addCommandHandler("roll", function(player,comd) randomroll = math.random(1, 3000) lossorwin = math.random(1, 3) if lossorwin == 1 then givePlayerMoney(player, 3500) outputChatBox ( ' .. getPlayerName ( thePlayer ) .. ' roll and wins ' .. randomroll .. ' !', getRootElement(), 255, 255, 0) elseif lossorwin == 2 then takePlayerMoney(player, 3252) outputChatBox ( ' .. getPlayerName ( thePlayer ) .. ' roll and losses ' .. randomroll .. ' !', getRootElement(), 255, 255, 0) elseif lossorwin == 3 then setPlayerMuted(player, true) setTimer(setPlayerMuted, 30000, 1, player, false) end end )
  10. no look i edited my question yesterday that is what i ned
  11. to everyone here YAYAYAYA i got my ascript AYAYAYAYAYAYAYAYAYYA raulrobi
  12. kevin11

    commands

    can someone call me a retard please i didnt add commands resource in resources lol im sorry for wasting your time (its working)
  13. kevin11

    commands

    nope sorry its commands not commands!
  14. kevin11

    commands

    ok this is what i did stop server /shutdown in game modified the acl then i open the server and it shows the error
  15. i mean the one in zombie mod i saw it today
  16. kevin11

    commands

    i restarted and checked everything but didnt work
  17. kevin11

    commands

    Access denied @ 'executeCommandHandler' - Line: 8 ? i added it in admin (acl) and still nothing
  18. oh.. but i told you i already gotthis
×
×
  • Create New...