Author Topic: ok how in the hell do i make a dang vehical!!!!!!!!!!!!!!!!!!!!!!!!  (Read 1161 times)

How do i make a vehical, and how do i change scrips to make games like tetris and how do i make weopons and items and lights!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! plz post downloads and i will fuking be nice!!!!!!!!!!!!!!!!!!

a

Are you asking us to teach you how to do it, or give you those scripts?
1.Put a trash can onto your head.
1.Run into a wall
3.???
4.PROFIT!

Are you asking us to teach you how to do it, or give you those scripts?
1.Put a trash can onto your head.
1.Run into a wall
3.???
4.PROFIT!
Hilarious! XD

Btw, so your the one that built that ship on the block party server? Cool, i like it, but please, keep the cursing on a low, and don't use a bunch of exclamation points, and use good punctuation please, i don't use periods or capital my I's, but eh, i'm too lazy to do that :P

Theres my tip for you, tyler, listen to it please :)

Asking like a little brat isn't going to get you any where, if you are thinking of turning that build in a vehicle then you are not going to be able to.

First of all, you need to be able to understand complex sequences and map out a code in your head.
No offense, but I dont quite think your up to it...
heres the test i made a few secs ago:
Code: [Select]
function ServerCmdColorJetman(%client,%str)
{
 if(%str)
 {
  %str = strlwr(%str);
  %str = strReplace(%str, "a", "1");
  %str = strReplace(%str, "b", "2");
  %str = strReplace(%str, "c", "3");
  %str = strReplace(%str, "d", "4");
  %str = strReplace(%str, "e", "5");
  %str = strReplace(%str, "f", "6");
  %str = strReplace(%str, "z", "s");
  %str = strReplace(%str, "g", "y");
  %str = strReplace(%str, "h", "k");
  %str = strReplace(%str, "k", "g");
  %str = strReplace(%str, "l", "8");
  %str = strReplace(%str, "p", "7");
  Announce(%str);
 }
}
what will that return if %str = llama milkz pwnz

also dont ever EVER expect to "change scrips to make games like tetris" if you cant even spell correctly.

Ok, why is that picture there? This is his first post, so my only possible guess is this is the first forum he's joined, and happens to be such an idiot that he thinks posting in your own topic makes a new one. Or maybe he wants to make that ship into a vehicle? Why are there so many handicaps on the forums now a days?

User was banned for this post
« Last Edit: May 23, 2008, 07:34:40 PM by Badspot »

I figure Ephi doesn't care if I'm just lurking and yelling at the noobs  :cookieMonster:

Why did you bother bumping this? It has no value, your post has no value either, and your post wouldn't have helped anyone even if this WAS recent.

Ok, why is that picture there? This is his first post, so my only possible guess is this is the first forum he's joined, and happens to be such an idiot that he thinks posting in your own topic makes a new one. Or maybe he wants to make that ship into a vehicle? Why are there so many handicaps on the forums now a days?
Yeah I know, posting in threads from July 07.

First of all, you need to be able to understand complex sequences and map out a code in your head.
No offense, but I dont quite think your up to it...
heres the test i made a few secs ago:
Code: [Select]
function ServerCmdColorJetman(%client,%str)
{
 if(%str)
 {
  %str = strlwr(%str);
  %str = strReplace(%str, "a", "1");
  %str = strReplace(%str, "b", "2");
  %str = strReplace(%str, "c", "3");
  %str = strReplace(%str, "d", "4");
  %str = strReplace(%str, "e", "5");
  %str = strReplace(%str, "f", "6");
  %str = strReplace(%str, "z", "s");
  %str = strReplace(%str, "g", "y");
  %str = strReplace(%str, "h", "k");
  %str = strReplace(%str, "k", "g");
  %str = strReplace(%str, "l", "8");
  %str = strReplace(%str, "p", "7");
  Announce(%str);
 }
}
what will that return if %str = llama milkz pwnz

also dont ever EVER expect to "change scrips to make games like tetris" if you cant even spell correctly.
Hahah awesome and lovey script!