Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads

[WANTED] Lua Coders


Soccercrazy
 Share

Recommended Posts

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):

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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! :)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 5 months later...

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)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share