Jump to content

Need help with replacing weapon lua


Recommended Posts

Posted

 function ( "> replacing the shotg weapon" ) 
  
txd = engineLoadTXD ( "data/shotg.txd" ) 
engineImportTXD ( txd, 22 ) 
end  

whats wrong with it ??

i want to replace any weapon ( because i dont know the weapons ID ) i choosed 22 and i think its m4 :( with my txd shotg

whats wrong with it ? its not working :(

and if its wrong .. i am still new in scripting.

mtaubluascripter.png

~~~ ~~~ av-3828.gif ~~~ ~~~

~~~ ~~~ i94804806_4813_5.gif ~~~ ~~~

Posted
function replaceFunction( ) 
txd = engineLoadTXD ( "data/shotg.txd" ) 
engineImportTXD ( txd, 22 ) 
end  
addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()),replaceFunction) 

In your meta.xml you must have the right data "data/shotg.txd".

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

Still not working .. now what about the meta.xml is it wrong ?

<meta> 
<info author="SonicTheHedgehog" type="Weapon" name="ShotG" /> 
<script src="shotg.lua" type="client" /> 
<file   src="data/shotg.TXD" type="client" /> 
</meta> 

mtaubluascripter.png

~~~ ~~~ av-3828.gif ~~~ ~~~

~~~ ~~~ i94804806_4813_5.gif ~~~ ~~~

Posted

22 = Colt 45, just give the weapon press P (for admin panel) and check the ID.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

This is it ! check it if there is some thing wrong !

shotg.lua

function replaceFunction( ) 
    txd = engineLoadTXD ( "data/shotg.txd" ) 
    engineImportTXD ( txd, 22 ) 
    end 
    addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()),replaceFunction) 

meta.xml

<meta> 
<info author="SonicTheHedgehog" type="Weapon" name="ShotG" /> 
<script src="shotg.lua" type="client" /> 
<file src="data/shotg.txd" type="client" /> 
</meta> 

Lol sorry again

mtaubluascripter.png

~~~ ~~~ av-3828.gif ~~~ ~~~

~~~ ~~~ i94804806_4813_5.gif ~~~ ~~~

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...