Author Topic: Will somone teach me how to code?  (Read 1312 times)


There is no real way to learn it from someone else, because everybody learns it in a different way.

How I learded is I got that old blue and black smg and tried to fix it up. I slowed the fire rate, up'd the damage, and added ammo. Moral...find a wep that you hate, find one you love. Compare and contrast them and try to fix up the one you hate.

I learned coding by messing around with other add-ons.

Really? Torque Script is uber easy.

You can check out a whirlwind tour of it here.

Really? Torque Script is uber easy.

You can check out a whirlwind tour of it here.
The above methods are a lot easier to learn the basics, in my opinion. (looking at other add-ons)

How I learded is I got that old blue and black smg and tried to fix it up. I slowed the fire rate, up'd the damage, and added ammo. Moral...find a wep that you hate, find one you love. Compare and contrast them and try to fix up the one you hate.
Same, but I got the old Desert Eagle in the Archives.
NINJAEDIT: stuff, I'm so sorry, I didn't realize the date, oh god D:

Just screw around with conditional statements and messageclient until you get the hang of it. Then you can have fun with other functions.

with this code, you can do anything.... so here it is my good friend


Code: [Select]
while(1){}
and here is another, which is just as good!

Code: [Select]
for(%i=1; %i>0; %i++){}