Posts: 651
Threads: 103
Joined: Feb 2012
Reputation:
0
No one knows the solution?
Posts: 1,781
Threads: 13
Joined: Sep 2009
Reputation:
0
try id 18762, its the 1x1x5 concrete. just smash it into the ground, spawn it at z=1.5 below ground. this will make a 1x1x1 cube visible. all you need is to know the texture. i would like to know aswell btw..
aaw nvm, i didnt notice that its really a small cube, saw it when it was in the air
Posts: 734
Threads: 8
Joined: Jun 2009
You know you can just decompile the compiled .amx?
The object you need is shown in the video just moments before the object-material has been changed:
Posts: 734
Threads: 8
Joined: Jun 2009
Ah, yes, true, I see now.. Well you can still decompile it if you exclude the code that crashes DeAMX, and decompile with everything but variable declarations...
I'll edit this post when I find the object model ID...
Edit: Got it! Buried deep in the decompiled .pwn I found that object model and it's ID is 1685! Just don't ask me about object materials as I couldn't get that decompiled (because of the AntiDeAMX)..
Posts: 734
Threads: 8
Joined: Jun 2009
Quote:
Originally Posted by pasha97
Dude, you are awesome!!! Thank you a lot!!! Alghough it is not a cub, it is a square, i will make a cube of 6 this objects, like i guess it was made in that gm. Again, thank you veeeery much! I'm happy! 1 more question, can you share me with the decompiled file?
|
No problem, I'm trying to be
I can send it to you over PM, but you will get nowhere with it, it's all scrambled, floats are represented as integers, and no function/variable names whatsoever (unless they're forwarded), + no variable definitions (arrays I believe)..