Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some magic-indenter problems #105

Closed
wyozi opened this issue Oct 12, 2015 · 2 comments
Closed

Fix some magic-indenter problems #105

wyozi opened this issue Oct 12, 2015 · 2 comments

Comments

@wyozi
Copy link
Owner

wyozi commented Oct 12, 2015

No description provided.

@wyozi
Copy link
Owner Author

wyozi commented Oct 12, 2015

hook.Add("StartCommand","sc,d" .. targ .. ,function(ply,cmd)
If you press backspace after second .., whole line is removed

@wyozi
Copy link
Owner Author

wyozi commented Oct 18, 2015

    if self:GetState() == STATE_DEALING then
        self.dealstart = self.dealstart or CurTime()
        for k,v in pairs(self:GetPlayers()) do
            v.BlackjackActive = true
            if type(v.BlackjackBet) ~= "number" or v.BlackjackBet <= 0 then 
            --  v.BlackjackActive = false
            --  v:ExitVehicle()
                v:ChatPrint("You must bet something!")
            end
        end

        if self.dealstart + DURATION_DEALING <= CurTime() or  and  then

Start deleting after 'and'

@wyozi wyozi closed this as completed in f28b44a Oct 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant