HoLsTeN Posted March 15, 2011 Share Posted March 15, 2011 hi all i take this code from Stealth script but it is not work addEvent("Clientshieldload",true) function shieldload () txd_shield = engineLoadTXD("riot_shield.txd") engineImportTXD(txd_shield,3792) col_shield = engineLoadCOL("riot_shield.col") dff_shield = engineLoadDFF("riot_shield.dff", 0 ) engineReplaceCOL(col_shield,3792) engineReplaceModel(dff_shield,3792) end addEventHandler( "Clientshieldload", getRootElement(), shieldload ) Link to comment
HoLsTeN Posted March 15, 2011 Author Share Posted March 15, 2011 i fix it the Problem was in the event Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now