ItsMods

Full Version: this wont work bad synax
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Code:
#include common_scripts\utility;
#include maps\mp\_airsupport;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;


init()
{



player thread Onplayerspawn();
self thread dodvars();



}

}

onplayerconnect();

self endon("dissconected");
self endon("death");
for(;;)
selfClientDvar("developer_script 1")
selfClientDvar("player_sustainammo 1")
}
  
  }



Onplayerspawn()
{
   for(;;)
          self waittill("spawned_player" );
        selfClientDvar("give,weapon ak47_mp")
        }

          }
          


dodvars()
{

    setDvar("player_sustainammo", 1);
      setDvar("give,weapon ak47_mp")
    setDvar("sv_cheats", 1);
    self EnableInvulnerability();
}

plus any one have bad synax finder program
Added code tags to mainpost.
You has
Code:
for(;;)
codeshit
}
But it should
Code:
for(;;)
{
codesiht

}



EDIT: Don't use scriptsyntax checkers, they're lame.
Example: I just have one error in my code, but it will tell more ( like 20-30 )
its a modding problem, not mod tools request....moved
That code has so much errors. Better start again from scratch and read some tutorials.
(10-20-2012, 13:57)zxz0O0 Wrote: [ -> ]That code has so much errors. Better start again from scratch and read some tutorials.

Maybe he is trolling?
I never saw so stupid code xD
he probably started creating mods, dont be too harsh
Agreed, The fact that you're a bit more advanced doesn't give you the right to call him stupid
(10-20-2012, 16:01)JariZ Wrote: [ -> ]Agreed, The fact that you're a bit more advanced doesn't give you the right to call him stupid

Woh, that answer.
Did i say: "he is stupid" ? hmm
(10-20-2012, 16:21)JayDi Wrote: [ -> ]
(10-20-2012, 16:01)JariZ Wrote: [ -> ]Agreed, The fact that you're a bit more advanced doesn't give you the right to call him stupid

Woh, that answer.
Did i say: "he is stupid" ? hmm

Maybe YOU are trolling?
"I never saw so stupid code xD"
Pages: 1 2