Depends if you use MySQL, MTA Accounts System or XML save systems.
I recommend you use the MTA accounts system for now.
https://community.multitheftauto.com/in ... ls&id=6998
You can't have a paint job in a DFF file. A DFF contains the hierarchy of the model, texture assignments etc. Your paintjob is most likely in a TXD file. You can use TXD workshop and extract the picture inside the TXD into BMP, and import doing the reverse.
Because that doesn't sound like you've stolen a client-side script.
Lol.
I suggest you make a tutorial on how to create a health bar and other HUD components.
Or,
function closeGUI()
if (source == buttonName) then
guiSetVisible(myAwesomeWindow, false)
end
end
addEventHandler("onClientGUIClick", guiRoot, closeGUI)
You can try ARC Hosting. They accept direct bank transfers, which you should be able to do. They are also cheap and offer great quality servers and comprehensive support.
Quite recently, on CSG's IPB forum, we battled a wave of low-paid Russian workers. IPB isn't free, but we are now bot free. It's not the forum software really, but the verification before you register.
Hello,
Is there a function that is able to get the current vehicle special components state or detect whether smoke/water is going on a plane? Like a stuntplane's smoke or a cropduster's water? I have looked around, but only found functions that work for a particular part of a model. Does something like getVehicleSpecialComponent or getVehicleSpecialComponentStatus (the latter returning a boolean)?