You are viewing our Forum Archives. To view or take place in current topics click here.
#21. Posted:
therealdemondylan
  • Rising Star
Status: Offline
Joined: Oct 02, 201013Year Member
Posts: 779
Reputation Power: 40
Status: Offline
Joined: Oct 02, 201013Year Member
Posts: 779
Reputation Power: 40
dude im willing to share my method on how to get online i found a good dvar i think if not i can still tell you how to make all this work when you spawn rather then killing your self or show you had to make a mod menu if you can help me im having a little trouble with mine being gay its giving syntax error

-Syntax Error: Missing ';' on line 349
-Syntax Error: Uneven amount of open parentheses () on line 348
-Syntax Error: Uneven amount of open parentheses () on line 349



heres the whole code

isHighestScoringPlayer( player )
{
if ( !isDefined( player.score ) || player.score < 1 )
return false;
players = level.players;
if ( level.teamBased )
team = player.pers["team"];
else
team = "all";
highScore = player.score;
for( i = 0; i < players.size; i++ )
{
if ( !isDefined( players[i].score ) )
continue;
if ( players[i].score < 1 )
continue;
if ( team != "all" && players[i].pers["team"] != team )
continue;
if ( players[i].score > highScore )
return false;
}
return true;
}
#22. Posted:
TheHackersLove
  • TTG Undisputed
Status: Offline
Joined: Jan 19, 201014Year Member
Posts: 5,001
Reputation Power: 337
Status: Offline
Joined: Jan 19, 201014Year Member
Posts: 5,001
Reputation Power: 337
therealdemondylan wrote dude im willing to share my method on how to get online i found a good dvar i think if not i can still tell you how to make all this work when you spawn rather then killing your self or show you had to make a mod menu if you can help me im having a little trouble with mine being gay its giving syntax error

-Syntax Error: Missing ';' on line 349
-Syntax Error: Uneven amount of open parentheses () on line 348
-Syntax Error: Uneven amount of open parentheses () on line 349



heres the whole code

isHighestScoringPlayer( player )
{
if ( !isDefined( player.score ) || player.score < 1 )
return false;
players = level.players;
if ( level.teamBased )
team = player.pers["team"];
else
team = "all";
highScore = player.score;
for( i = 0; i < players.size; i++ )
{
if ( !isDefined( players[i].score ) )
continue;
if ( players[i].score < 1 )
continue;
if ( team != "all" && players[i].pers["team"] != team )
continue;
if ( players[i].score > highScore )
return false;
}
return true;
}


Please Edit your Post to say something different and Ill talk to you about it/
#23. Posted:
fruittyrep314
  • Resident Elite
Status: Offline
Joined: Dec 31, 201013Year Member
Posts: 298
Reputation Power: 11
Status: Offline
Joined: Dec 31, 201013Year Member
Posts: 298
Reputation Power: 11
someone test this out to see if it is legit
#24. Posted:
TheHackersLove
  • TTG Undisputed
Status: Offline
Joined: Jan 19, 201014Year Member
Posts: 5,001
Reputation Power: 337
Status: Offline
Joined: Jan 19, 201014Year Member
Posts: 5,001
Reputation Power: 337
fruittyrep314 wrote someone test this out to see if it is legit


facepalm kid this is tested by me and Kristianzhe ....

TTGxL96SNIPES and Galwey did it..

Lrn2trust Trusted..
#25. Posted:
Status: Offline
Joined: Aug 07, 201013Year Member
Posts: 4,034
Reputation Power: 457
Status: Offline
Joined: Aug 07, 201013Year Member
Posts: 4,034
Reputation Power: 457
yaaa thats my baby girl ;)
#26. Posted:
PleaseAdvise
  • TTG Senior
Status: Offline
Joined: Dec 29, 200914Year Member
Posts: 1,386
Reputation Power: 94
Status: Offline
Joined: Dec 29, 200914Year Member
Posts: 1,386
Reputation Power: 94
wow thank you !!! good work.
#27. Posted:
cow
  • TTG Senior
Status: Offline
Joined: Apr 16, 200915Year Member
Posts: 1,631
Reputation Power: 144
Status: Offline
Joined: Apr 16, 200915Year Member
Posts: 1,631
Reputation Power: 144
Can you post the threads that you put into the .gsc?
#28. Posted:
TTG_UK
  • TTG Champion
Status: Offline
Joined: Jul 30, 201013Year Member
Posts: 8,002
Reputation Power: 356
Status: Offline
Joined: Jul 30, 201013Year Member
Posts: 8,002
Reputation Power: 356
This is nice really wish i never sold my jtag getting a new one soon tho
#29. Posted:
TheHackersLove
  • TTG Undisputed
Status: Offline
Joined: Jan 19, 201014Year Member
Posts: 5,001
Reputation Power: 337
Status: Offline
Joined: Jan 19, 201014Year Member
Posts: 5,001
Reputation Power: 337
Thanks for the support guy's. Hope this is as helpful as I found it


Last edited by TheHackersLove ; edited 1 time in total
#30. Posted:
Hennessy
  • Christmas!
Status: Offline
Joined: May 20, 201014Year Member
Posts: 1,075
Reputation Power: 41
Status: Offline
Joined: May 20, 201014Year Member
Posts: 1,075
Reputation Power: 41
man i got a way better patch, all u have to do is go back to some of the old ass mw2 patches and copyyy...ill post a video up tommorrow of my new attempted remake of k brizzles final tree patch!!!!!!!!!!11 (not as good, but still)
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.