
MilWaxQ
Members-
Content Count
30 -
Joined
-
Last visited
Community Reputation
2 NeutralAbout MilWaxQ
-
Rank
Rat
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Use Autodesk 3DS Max with Kam's GTA Script
-
MilWaxQ started following Where is the /me script, No license plate, debugscript problem and 1 other
-
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!
-
Okay, thank you for the answer!
-
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!
-
Thank you very much!
-
Hi. I want to do something when the player hits a line. How can i do that? 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.
-
<info author="Admin" type="script" name="balik" description="balikcilik"/> <script src="fish_server.Lua" type="server"/> <script src="fish_client.Lua" type="client"/>
-
Use onClientResourceStart and resourceRoot
-
Paste your full script and meta.xml
-
There is no ped damage event for server side. Create a client script and add this to it.
-
function cancelPedDamage() cancelEvent() -- Cancels the onClientPedDamage event end addEventHandler("onClientPedDamage", getRootElement(), cancelPedDamage)
-
Thank you so much.! Its Working!
-
Sorry but i nevers used xml functions. Could you explain it a little more? Sry for bad english.