• how do i make a OOC job?
    5 replies, posted
i want to add to my server a OOC job, basicly what it means is that i want this job to have the next thing: -Cant loose health *need help* -Hungermod doesnt affect him *need help* with all the other things i already handled.
[code]hook.Add( "ScalePlayerDamage", "OOCJob", function( pPlayer ) if ( pPlayer:Team() == TEAM_OOC ) then return true end end )[/code]
[QUOTE=code_gs;50349361][code]hook.Add( "ScalePlayerDamage", "OOCJob", function( pPlayer ) if ( pPlayer:Team() == TEAM_OOC ) then return true end end )[/code][/QUOTE] Thanks m8, will it also cover for the hungermod?
[QUOTE=DarkSunriseHD;50349406]Thanks m8, will it also cover for the hungermod?[/QUOTE] Why don't you test it and find out?
[QUOTE=MPan1;50349415]Why don't you test it and find out?[/QUOTE] i would but cant atm, im not home and im on a laptop and i cant access the game or the FTP
Sorry, you need to Log In to post a reply to this thread.