hey im coolz and im makeing a mafia game and i need two things.
one a code that when clicked on shows you the other players stats.
two a code for a cool hud like the one in dbz.
ID:175479
![]() Apr 18 2003, 7:34 pm
|
|
No constructive help in those two posts. How rude. If you wish to even bother replying, be construtive. I'm not helping because I don't want to, I'm influencing you two nonetheless.
RaeKwon |
Jotdaniel wrote:
Ok, I was rude. He has to learn somehow. Helping him would be a good start. =P RaeKwon |
Jotdaniel wrote:
Or a better idea for him. Learn to programm in dm, and *gasp* do it himself. HAHA! You took the words right out of mouth. =] Resonating_Light |
RaeKwon wrote:
Jotdaniel wrote: You help him :P you Rakwodon O.o *shrugs* I typed letters :) |
I helped him by telling him to do it himself, he will get no where if he just has everything handed to him. Now if he actually tried, had some sort of code or proc that he made HIMSELF, but it wasn't quite working right, or even at all, THEN, and ONLY then, would I help him.
|
Coolz, please read the ZBT first to learn the DM language. After, try to code a bit yourself and if your having trouble also try to use F1 on the Dream Maker to get a list of known procs.
|
Green Lime wrote:
RaeKwon wrote: Please spell my name right, or don't spell it at all. RaeKwon |
**munches on popcorn**Hey, um **slurps on some soda** what happened to the great fight? I was getting pretty entertained *<(^.^;)>*
-wolf01
|
Thief jack wrote:
Coolz, please read the ZBT first to learn the DM language. After, try to code a bit yourself and if your having trouble also try to use F1 on the Dream Maker to get a list of known procs. Thanks alot Thief jack the ZBT helped alot. |
im working on the sell verb and i have alot of weapons that i whant sell for 1/2 price. so is there a code that can sell stuff for 1/2???
|
There isn't a "code" dude, but...there's help...
var/worth=[round(item.value/2)] usr.money+=worth del(world) del(item) |
RaeKwon wrote:
Green Lime wrote: yeah hes right never spell the name wrong of the Programmer who made Zeta! |
Hmmm I think you should change your name to Mr. Coolz *shrugs* sounds better to me for some reason. As for the first thing just use the Click() proc and output the other players stats.
Second one it beats me.