Hi! Some of my custom vehicles dont have a license plate, or have license plate as an image in the txd file. How can i put the original license plate to custom cars? Thanks in advance!
Hi. I downloaded a complete server from the internet, however the debugscript command does not work. When i type it, nothing happens. Not even an error. Can someone help me? Thanks in advance!
Hi guys. Can someone tell me where is the default /me command's script? I start a vanilla MTA server, only play resource is running and the /me command is still working. I dont know where is it.
function cancelPedDamage()
cancelEvent() -- Cancels the onClientPedDamage event
end
addEventHandler("onClientPedDamage", getRootElement(), cancelPedDamage)