• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

QBUS [QB]0-Resmon Farmin Open Source (1 Viewer)

adtgamer

Member
Joined
Nov 3, 2023
Messages
33
Reaction score
10
Points
8
Credits
621
View attachment 10551
Do you have a solution to this problem?
I can't solve the problem
I don't know how to fix the error

help plis

line

Code:
    end
                        Bale = CreateObject(MainShared.HayBaleProp["model"], boneCoords.x, boneCoords.y, boneCoords.z, 1, 1, 0)
                        PlaceObjectOnGroundProperly(Bale)
                        Wait(50)
                        SetEntityCoords(Bale, GetEntityCoords(Bale).x, GetEntityCoords(Bale).y, GetEntityCoords(Bale).z-0.35)
                        TriggerEvent('0r-farming-stop-carry')
                        MainShared.PlayAnimation(cowped, "creatures@cow@amb@world_cow_grazing@base", "base", 10000)
                        Wait(10000)
                        DeleteEntity(Bale)
                        Current_Stage += 1
                        isBussy = false
                       for i=1, CowShared.PerMilking do        ERRO line 131   
                            max_veri += 1
                        end
                    end
                end
            end
 
Last edited:

tsouli

Active member
Joined
Aug 28, 2023
Messages
70
Reaction score
4
Points
8
Credits
80
I can't solve the problem
I don't know how to fix the error

help plis

line

Code:
    end
                        Bale = CreateObject(MainShared.HayBaleProp["model"], boneCoords.x, boneCoords.y, boneCoords.z, 1, 1, 0)
                        PlaceObjectOnGroundProperly(Bale)
                        Wait(50)
                        SetEntityCoords(Bale, GetEntityCoords(Bale).x, GetEntityCoords(Bale).y, GetEntityCoords(Bale).z-0.35)
                        TriggerEvent('0r-farming-stop-carry')
                        MainShared.PlayAnimation(cowped, "creatures@cow@amb@world_cow_grazing@base", "base", 10000)
                        Wait(10000)
                        DeleteEntity(Bale)
                        Current_Stage += 1
                        isBussy = false
                       for i=1, CowShared.PerMilking do        ERRO line 131
                            max_veri += 1
                        end
                    end
                end
            end
Message me on discord .
 
Last edited:

Users who are viewing this thread

Top