Soccercrazy Posted August 18, 2010 Share Posted August 18, 2010 We are currently looking for lua coders to do some coding work on our RP server. If you feel that you are adequately skilled in lua coding PM me with the following information: How long have you been coding in lua?: What would make you good for this?: Previous work(If none say: None): Quote Link to comment Share on other sites More sharing options...
Soccercrazy Posted August 19, 2010 Author Share Posted August 19, 2010 bump Quote Link to comment Share on other sites More sharing options...
FEBRUARY Posted August 19, 2010 Share Posted August 19, 2010 I know how to code lua but I dont have gmod so that wont do any good. Quote Link to comment Share on other sites More sharing options...
Cr(+)sshair Posted August 19, 2010 Share Posted August 19, 2010 I know how to code lua but I dont have gmod so that wont do any good. Then why code LUA? lmao Quote Link to comment Share on other sites More sharing options...
Cr(+)sshair Posted August 19, 2010 Share Posted August 19, 2010 btw my sig makes me lul Quote Link to comment Share on other sites More sharing options...
FEBRUARY Posted August 19, 2010 Share Posted August 19, 2010 Then why code LUA? lmao CS:S Mods and admin shit Quote Link to comment Share on other sites More sharing options...
Cr(+)sshair Posted August 19, 2010 Share Posted August 19, 2010 CS:S Mods and admin shit CS:S doesn't use LUA, in fact since the major update, Valve banned any type of LUA from CSS Quote Link to comment Share on other sites More sharing options...
desKrriado Posted August 19, 2010 Share Posted August 19, 2010 Request in Steam Forums: Lua scripts allow: r_drawothermodels 2 and most other sv_cheats 1 commands If this isn't removed then upgrading this game was a complete waste of time as no-one will want to play it. Seriously, any client side plugin or lua script is designed to give an advantage. If you don't remove client side plugins and lua scripts could you enable r_drawothermodels 2 for all of us to return the game to a fair playing field. Why is nothing being done about this? Posted in Steam Forums by Jay Kelly We are updating the beta with a solution for this. Best update ever for BETA and CS:S Info Quote Link to comment Share on other sites More sharing options...
Soccercrazy Posted August 24, 2010 Author Share Posted August 24, 2010 bumpbumpbump Quote Link to comment Share on other sites More sharing options...
Soccercrazy Posted August 27, 2010 Author Share Posted August 27, 2010 BUMP! Quote Link to comment Share on other sites More sharing options...
ZCOM Posted August 27, 2010 Share Posted August 27, 2010 Just PM'ed ya, Soccer. This couldn't have happened at a better time for me. I've been looking for a solid community that I can focus on improving by using my wide arrangement of code-related skills and tools. Can't wait to get some work done and make some good changes to our RP server! Quote Link to comment Share on other sites More sharing options...
FukLife Posted August 27, 2010 Share Posted August 27, 2010 I can code Lua, I have a lot of proof on my codeing. I coded my own bot for diablo 2 LOD, witch is up and running as we speak. Depending upon what game it is and what you need coded I may be able to help out. Quote Link to comment Share on other sites More sharing options...
Toxygen Posted August 27, 2010 Share Posted August 27, 2010 I can code Lua, I have a lot of proof on my codeing. I coded my own bot for diablo 2 LOD, witch is up and running as we speak. Depending upon what game it is and what you need coded I may be able to help out. I'm pretty sure Soccer is looking for lua coders for GMod Quote Link to comment Share on other sites More sharing options...
ZCOM Posted August 27, 2010 Share Posted August 27, 2010 Whenever you hear the word Lua, you can assume it's referring to Garry's Mod (GmodLua). No other Source-Engine game uses Lua as a secondary language. Quote Link to comment Share on other sites More sharing options...
FukLife Posted August 27, 2010 Share Posted August 27, 2010 ah nevermind then I don't know anything about gmod at all. Quote Link to comment Share on other sites More sharing options...
Soccercrazy Posted February 3, 2011 Author Share Posted February 3, 2011 Bumping this! We need more coders! Quote Link to comment Share on other sites More sharing options...
Tipsy Posted February 3, 2011 Share Posted February 3, 2011 I can code lua but are you talkingabout this kind? Vector = {} function Vector:new(x, y, z) local object = { x = x, y = y, z = z } setmetatable(object, { __index = Vector }) return object end function Vector:magnitude() return math.sqrt(self.x^2 + self.y^2 + self.z^2) end vec = Vector:new(0, 1, 0) print(vec:magnitude()) print(vec.x) Quote Link to comment Share on other sites More sharing options...
Protomega Posted February 3, 2011 Share Posted February 3, 2011 I'm able to code in LUA: I've had about a year or two in going on and off with LUA. I'm a team player and I enjoy working with others and brainstorming. And proof, there is no proof, I don't tend to keep small projects that are meaningless when I decide to reformat or do something else. Quote Link to comment Share on other sites More sharing options...
beast702 Posted February 4, 2011 Share Posted February 4, 2011 Soccer needs to teach me so I can get down with it Quote Link to comment Share on other sites More sharing options...
Protomega Posted February 4, 2011 Share Posted February 4, 2011 Soccer needs to teach me so I can get down with it http://wiki.garrysmod.com/?title=Lua Quote Link to comment Share on other sites More sharing options...
beast702 Posted February 5, 2011 Share Posted February 5, 2011 http://wiki.garrysmod.com/?title=Lua sweet shit bro now time to review all this Quote Link to comment Share on other sites More sharing options...
Tipsy Posted February 6, 2011 Share Posted February 6, 2011 so when we getting down with da codes? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.