-
Notifications
You must be signed in to change notification settings - Fork 57
Add Mecanic Job + show water bottle animation + change backpack model #82
base: master
Are you sure you want to change the base?
Conversation
bikouz
commented
Jan 15, 2020
Je vous laisse traduire dans les autres langues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This need pretty good optimization, instead creating function for each color better make it in one
If you want to attach something to the player hand you can user the function : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review done, changes requested.
end | ||
if dialog == colorMenu then | ||
if button == 1 then | ||
CallRemoteEvent("black") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mayne rename the event to changeVehicleColor
and send the color as an argument to this function?
end | ||
end) | ||
|
||
AddRemoteEvent("black", function(player) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One function to rule them all
Should close this pull and make an other, can't edit it any more because the main repository was deleted |