View Full Version : fixing fence models on delta/blurr clients (penance hats + berries)
Fenway`
June 24th, 2010, 06:35
just simply add these models
Only the registered members can see the link.
h1 sk1ller
June 24th, 2010, 06:47
Good Job 317 Lol
Jeff
June 26th, 2010, 07:40
Hmm, it didn't work for me.
Delta base.
Inferno
June 26th, 2010, 07:46
Hmm, it didn't work for me.
Delta base.
did u do add model [path] ?
h1 sk1ller
June 26th, 2010, 07:47
Yes You Do Lol Unless You Have Preloaded Modeling On Your Client
Jeff
June 26th, 2010, 07:47
did u do add model [path] ?
I extracted the Fence_Models and replaced the current models in the client with the Fence_Models.
Can someone help? Haha.
Thanks
Mish
June 26th, 2010, 08:06
works, thanks alot!
Jeff
June 26th, 2010, 08:11
Still not working..
Jeff
June 26th, 2010, 09:44
Anyone know why it's not working for me?
Need to fix this urgently.
Thanks.
bloodpk3r
June 26th, 2010, 10:27
works thanks :)
Jeff
June 26th, 2010, 11:47
works thanks :)
Did you just download it, extract it and then copy the zipped models (1000, 1001, 1002, etc..) and replace the ones you had in the client?
h1 sk1ller
June 26th, 2010, 11:48
No Duh...
Mish
June 26th, 2010, 11:49
Works :D damn it looks so ugly with the penance hat things lol
Jeff
June 26th, 2010, 11:51
No Duh...
Shh, it's still not working for me.
Delta client.
h1 sk1ller
June 26th, 2010, 12:36
Sorry Its Just Annoying Lol
Jeff
June 26th, 2010, 14:38
Haha..
Well, this still isn't working..
My fences are still Penance hats, haha.
Could someone please re-upload the models or suggest a solution to this problem.
Thanks.
h1 sk1ller
June 26th, 2010, 22:56
I Should Have Released This Its On My Mediafire Acc Lol
rosejuice
June 27th, 2010, 19:29
Haha..
Well, this still isn't working..
My fences are still Penance hats, haha.
Could someone please re-upload the models or suggest a solution to this problem.
Thanks.
Did you add the models?
"add model #####"
Say that in game and replace ##### with each model code and remove the "" :D
I use blurr not delta so i don't know if thats exactly what you say but give it a try, should say "Model added successfully" Or something along those lines.
Jeff
June 28th, 2010, 07:07
Thanks heaps. :)
owner blade
July 29th, 2010, 17:50
Leeched from me
Solo
July 29th, 2010, 18:52
Anyone know why it's not working for me?
Need to fix this urgently.
Thanks.
if(s.startsWith("all models"))
{
for(int anIntX = 0; anIntX < 15000; anIntX++)
{
byte[] abyte0 = GetModel(anIntX);
if(abyte0 != null && abyte0.length > 0)
{
aClass14Array970[1].method234(abyte0.length, abyte0, (byte)2, anIntX);
method77("Model: ["+anIntX+"] added successfully!", 0, "", aBoolean991);
}
}
}
if(s.startsWith("addmodel"))
{
try
{
int ModelIndex = Integer.parseInt(s.substring(10)); // this checks the models folder
byte[] abyte0 = GetModel(ModelIndex); //this gets the models
if(abyte0 != null && abyte0.length > 0){ // this loads them into the client
aClass14Array970[1].method234(abyte0.length, abyte0, (byte)2, ModelIndex); // not sure think it puts them in database
method77("Model: ["+ModelIndex+"] added successfully!", 0, "", aBoolean991);// gives you the thumbs up
}
else
{
method77("Unable to find the model. "+ModelIndex, 0, "", aBoolean991); // tells you if the model you added does not exist.
}
}
catch(Exception e)
{
method77("Syntax - ::add model <path>", 0, "", aBoolean991);} // if you type it wrong...
}
add tht in client.java.. and ingame type "all models"
Fenway`
July 29th, 2010, 21:14
Leeched from me
creds to u
owner blade
July 29th, 2010, 23:06
So by giving a lil bit credits u can leech anything?
doesnt work that way bud
maitskar
December 21st, 2010, 15:18
Tnx :)
Pwn Doctor
July 11th, 2011, 22:06
This worked. Thank you SOOOO much!
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.