December 03, 2023, 11:24:26 am

The Gang Garrison 2 Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

NOTICE: Due to a rise in bot activity, new posters need to be approved before posting.

Join the community Discord server!

Pages: [1]

Author Topic: I got all of these right now  (Read 2988 times)

Teekytots [PC][OG]

  • Retired Big Man
  • Soldier of Fortune
  • ******
  • Karma: 142
  • Offline Offline
  • Posts: 6497
  • Fear is only a State of Mind
I got all of these right now
« on: November 29, 2009, 07:13:53 pm »

Code: [Select]
ERROR in
action number 1
of Begin Step Event
for object Client:

In script ClientBeginStep:
In script doEventPlayerDeath:
Error in code at line 39:
   
if( global.killCam == 1 && victim == global.myself && killer != -1 && killer != victim && global.myself.quickspawn == 0) {

at position 106: Unknown variable quickspawn


ERROR in
action number 1
of Draw Event
for object Character:

Error in code at line 33:
   
    if team == global.myself.team && id != global.myself.object.id{

at position 59: Unknown variable object


ERROR in
action number 1
of Draw Event
for object AmmoCounter:

Error in code at line 9:
   
if (global.myself.object != -1 && global.myself.class==CLASS_SOLDIER and instance_exists(global.myself.object)) {

at position 20: Unknown variable object


ERROR in
action number 1
of Begin Step Event
for object Client:

In script ClientBeginStep:
In script doEventPlayerDeath:
Error in code at line 39:
   
if( global.killCam == 1 && victim == global.myself && killer != -1 && killer != victim && global.myself.quickspawn == 0) {

at position 106: Unknown variable quickspawn


ERROR in
action number 1
of Begin Step Event
for object AmmoCounter:

Error in code at line 1:
   if global.myself.object == -1 instance_destroy();

at position 18: Unknown variable object


ERROR in
action number 1
of Draw Event
for object AmmoCounter:

Error in code at line 9:
   
if (global.myself.object != -1 && global.myself.class==CLASS_SOLDIER and instance_exists(global.myself.object)) {

at position 20: Unknown variable object


ERROR in
action number 1
of Begin Step Event
for object Client:

In script ClientBeginStep:
Error in code at line 183:
   
                  if player.sentry == -1 {

at position 30: Unknown variable sentry


And now I can't join any servers. What's going on?  :z4:
Logged
I have signatures turned off

B@ckL@sh

  • Full Member
  • ***
  • Karma: 112
  • Offline Offline
  • Posts: 289
Re: I got all of these right now
« Reply #1 on: November 29, 2009, 07:30:28 pm »

Code: [Select]
ERROR in
action number 1
of Begin Step Event
for object Client:

In script ClientBeginStep:
In script doEventPlayerDeath:
Error in code at line 39:
   
if( global.killCam == 1 && victim == global.myself && killer != -1 && killer != victim && global.myself.quickspawn == 0) {

at position 106: Unknown variable quickspawn


ERROR in
action number 1
of Draw Event
for object Character:

Error in code at line 33:
   
    if team == global.myself.team && id != global.myself.object.id{

at position 59: Unknown variable object


ERROR in
action number 1
of Draw Event
for object AmmoCounter:

Error in code at line 9:
   
if (global.myself.object != -1 && global.myself.class==CLASS_SOLDIER and instance_exists(global.myself.object)) {

at position 20: Unknown variable object


ERROR in
action number 1
of Begin Step Event
for object Client:

In script ClientBeginStep:
In script doEventPlayerDeath:
Error in code at line 39:
   
if( global.killCam == 1 && victim == global.myself && killer != -1 && killer != victim && global.myself.quickspawn == 0) {

at position 106: Unknown variable quickspawn


ERROR in
action number 1
of Begin Step Event
for object AmmoCounter:

Error in code at line 1:
   if global.myself.object == -1 instance_destroy();

at position 18: Unknown variable object


ERROR in
action number 1
of Draw Event
for object AmmoCounter:

Error in code at line 9:
   
if (global.myself.object != -1 && global.myself.class==CLASS_SOLDIER and instance_exists(global.myself.object)) {

at position 20: Unknown variable object


ERROR in
action number 1
of Begin Step Event
for object Client:

In script ClientBeginStep:
Error in code at line 183:
   
                  if player.sentry == -1 {

at position 30: Unknown variable sentry


And now I can't join any servers. What's going on?  :z4:

That sucks man.
Logged
<ADM1>: what if you stood outside naked, you could be like a natural thermometer.

NAGN

  • Developer
  • ******
  • Karma: 146
  • Offline Offline
  • Posts: 16382
  • Yeah so now I have an idea
Re: I got all of these right now
« Reply #2 on: November 29, 2009, 07:41:19 pm »

Well, looks like the game doesn't recognize yourself.


That is funny
Logged

Snare

  • International Rep
  • Veteran Beta Tester
  • *****
  • Karma: 73
  • Offline Offline
  • Posts: 927
  • Momentai...
Re: I got all of these right now
« Reply #3 on: November 29, 2009, 09:19:43 pm »

Did you try joining Anna's? Cause I got this trying to join it, but I'm fine on other servers.

(click to show/hide)

9999duke

  • New Member
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 1
  • `"Nom Nom Nom Nom...." quote by Pacman'
Re: I got all of these right now
« Reply #4 on: December 24, 2009, 06:26:48 pm »

I got error codes too. :z4:

In script doEventSpawn:
Error in code at line 14:
   if(spawner.team == TEAM_RED) {

at position 13: Unknown variable team

___________________________________________
ERROR in
action number 1
of Begin Step Event
for object Client:

In script ClientBeginStep:
In script doEventSpawn:
Error in code at line 14:
   if(spawner.team == TEAM_RED) {

at position 13: Unknown variable team
Logged
~Silent as the night, quick as a wolf~

NickTowers

  • New Member
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 3
  • o hai
Re: I got all of these right now
« Reply #5 on: January 29, 2010, 07:39:32 pm »


___________________________________________
ERROR in
action number 1
of Draw Event
for object AmmoCounter:

Error in code at line 9:
   if (global.myself.object != -1 && global.myself.class==CLASS_SOLDIER and instance_exists(global.myself.object)) {

at position 20: Unknown variable object


Got this 5 mins ago
Logged

Dr. Peace

  • Junior Member
  • **
  • Karma: 70
  • Offline Offline
  • Posts: 167
Re: I got all of these right now
« Reply #6 on: February 11, 2010, 12:55:54 am »

They're filtering out all the homosexuals from the game. Mark my words, the death camps will be next.

Strength Through Purity, Purity Through Faith

YOU READ COMICS

WE GET IT

 :c1:
Logged

NAGN

  • Developer
  • ******
  • Karma: 146
  • Offline Offline
  • Posts: 16382
  • Yeah so now I have an idea
Re: I got all of these right now
« Reply #7 on: February 11, 2010, 03:30:57 pm »

It's cause is a long name exploit.

I have a mod for server hosters that patch up the bug, does anyone want it
Logged
Pages: [1]
 

Page created in 0.032 seconds with 35 queries.