Skip to content

Script errors caused by main_hud.lua #98

@DaBomber60

Description

@DaBomber60

Changes made to address the issue:

Line 225: sTarget:Team() -> ply.Team()
Line 264: ( sNick ) -> ( 'sNick' )
Line 270: surface.DrawText( sNick ) ->
if( ply:Team() == TEAM_HUNTERS ) then
surface.DrawText( 'Hunters' )
else
surface.DrawText( 'Props' )
end

I don't know if this will help anyone else, but it solved script issues on my server

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions