Jump to content

will briggs

Members
  • Posts

    423
  • Joined

  • Last visited

Everything posted by will briggs

  1. 20 cent per slot... That sounds very cheap ....
  2. will briggs

    Pickup bug

    Have you checked the maps in map editor? You need to set it manually in map options if not...
  3. will briggs

    map help

    Im guessing server ffs is a Race server... if it is you need to contact there admins and they will know what email it is or website...
  4. I think you should really try to get a static ip, as if you want players to connect you will have to give them a new ip every day... so yeah thats a big problem...
  5. Hey, Im going to implement a few new features into my server, and im going to ask about them in this post if you would like to co operate... Sorry, i dont have any code examples that need fixing, but that is i dont know if its posible or not... 1. Is there a way to move a player over to another gamemode e.g race, on a marker enter or colshape hit? Im not sure how to do this. 2. Is it posible to make a ped or element that only a player can see, so if i wanted e.g Steve the ped to only be seen by me or a player, how would i go about doing this? Please can you start your answers or sugestions with 1. or 2. so i know which topic your talking about Thanks
  6. KPZ Ripped of my DM/DD clan, we helped them build there server, they nicked all my scripts for SoH. Im definatly not interested. You wont get one here...
  7. You made my day = You made me laugh
  8. Im not sure thats posible... Sorry
  9. What? What is this?
  10. Lol that has made my day
  11. Ok, Yeah i presumed from the title you wanted a local chat and your code example... Sorry im only trying to help EDIT : Castillo you left SANL?
  12. I think its a good script, but obvs you didnt write it and it bellongs to the DKR Team... Dont steal, you get no respect in life for stealing someones hard work...
  13. Hey, I have wrote you a code, Not tested but works hopefully.... You said new chat type, So ive created a local one... I think thats what u mean... chat_range=100 addEventHandler("onPlayerJoin",getRootElement(), function () bindKey(source,"U","down","chatbox","Local") end) addEventHandler("onResourceStart",getResourceRootElement(getThisResource()), function () for index, player in pairs(getElementsByType("player")) do bindKey(player,"U","down","chatbox","Local") end end) function isPlayerInRangeOfPoint(player,x,y,z,range) local px,py,pz=getElementPosition(player) return ((x-px)^2+(y-py)^2+(z-pz)^2)^0.5<=range end function onChat(player,i,...) local px,py,pz=getElementPosition(player) local nick=getPlayerName(player) local msg = table.concat({...}, " ") for i,v in ipairs(getElementsByType("player")) do if isPlayerInRangeOfPoint(v,px,py,pz,chat_range) then outputChatBox("(local)"..nick..": #ffffff"..msg,v,255,255,255,true) end end end addCommandHandler("Local",onChat)
  14. Id learn how to say god*... and he wants to use us for scripts. Not opening opportunities, we can all do that ourselfs by starting a server...
  15. Castillo has a point, you cant just have 1 RPG server (SAES) You need others, and if you count other rpg servers as Copies then you have somthing wrong with your head, Plus your obvs jealous or you wouldnt keep on replying. You would just take to interest....
  16. SANL were copied by CIT stealing there users... That happened when i was like just stopping to play SANL.
  17. will briggs

    Problems

    Good... Edit : Making my point, im not intensionally doing it...
  18. will briggs

    Problems

    BTW Dude, stop double posting verything, Ive even seen you do a triple post of just bull crap like 'OK' 'YA' 'HMMM'
  19. Thats good maggi And btw jaysds is only posting bullsh*t so he can get a higher post count how bored must he be...
  20. Im niet met behulp van een vertaler, ik ben engels im echt niet zo goed bij Nederlandse
  21. Dude, Awesome! Really well done...
  22. Dude, your cheek is really bad.... U shouldnt be on this forum if you act like this ...
×
×
  • Create New...