I don't think that you should be asking on developer section about someone to code it for you, because that's the vicious cicle of people that asks for something, they just repeating "How do i do that" until everyone here writtes the whole code for them
[QUOTE=gonzalolog;49599531]I don't think that you should be asking on developer section about someone to code it for you, because that's the vicious cicle of people that asks for something, they just repeating "How do i do that" until everyone here writtes the whole code for them[/QUOTE]
Nothing wrong with helping a newcomer.
[CODE]
hook.Add( "PlayerSpawn", function( ply )
ply:SetHealth( 500 )
end )
[/CODE]
Untested, but should work.
[QUOTE=JohnnyAppleCS;49599638]Nothing wrong with helping a newcomer.
[CODE]
hook.Add( "PlayerSpawn", function( ply )
ply:SetHealth( 500 )
end )
[/CODE]
Untested, but should work.[/QUOTE]
Okay thanks, so i just dp this in the faction lua file?
Sorry, you need to Log In to post a reply to this thread.