May 03, 2026, 06:06:39 am

The Gang Garrison 2 Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

NOTICE: Wondering where all the forums have gone?

Join the community Discord server!

Poll

keep nyan intel effect?

HELL YEAH
Keep it but change it to the tf2 effect
delete it

Pages: 1 ... 10 11 [12] 13

Author Topic: Real mod -- lorgan -- Randomizer mod (sexy)  (Read 88657 times)

Derpduck

  • 2011 Haxxy Finalist
  • *
  • Karma: 42
  • Offline Offline
  • Posts: 5752
Re: Real mod -- lorgan -- Randomizer mod (sexy)
« Reply #165 on: August 02, 2011, 08:49:25 am »

I have code and all the stuff you need for huntsman and is working and built into my unreleased version of my weapons mod
does anyone want me to host

Derpduck

  • 2011 Haxxy Finalist
  • *
  • Karma: 42
  • Offline Offline
  • Posts: 5752
Re: Real mod -- lorgan -- Randomizer mod (sexy)
« Reply #167 on: August 02, 2011, 09:02:20 am »

im hostinmg vininallyyay but i can change

RBY

  • Guest
Re: Real mod -- lorgan -- Randomizer mod (sexy)
« Reply #168 on: August 02, 2011, 09:09:28 am »

somebody host please
Logged

Derpduck

  • 2011 Haxxy Finalist
  • *
  • Karma: 42
  • Offline Offline
  • Posts: 5752
Re: Real mod -- lorgan -- Randomizer mod (sexy)
« Reply #169 on: August 02, 2011, 09:10:54 am »

ok

Derpduck

  • 2011 Haxxy Finalist
  • *
  • Karma: 42
  • Offline Offline
  • Posts: 5752
Re: Real mod -- lorgan -- Randomizer mod (sexy)
« Reply #170 on: August 02, 2011, 09:16:48 am »

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

Error in code at line 2:
   else if global.myself.object == -1 instance_destroy();
                         ^
at position 24: Unknown variable object

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

Error in code at line 1:
   if global.showHealer == 0 || global.myself.object == -1 instance_destroy();
                                             ^
at position 44: Unknown variable object

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

Error in code at line 7:
       if(player.team == global.myself.team) {
                                       ^
at position 38: Unknown variable team

___________________________________________
ERROR in
action number 1
of End Step Event
for object PlayerControl:

Error in code at line 1:
   if(global.myself.object == -1) exit;
                   ^
at position 18: Unknown variable object

___________________________________________
ERROR in
action number 2
of Draw Event
for object OldRifle:

Error in code at line 12:
       if (owner.zoomed && owner == global.myself.object) {
                                                  ^
at position 49: Unknown variable object

___________________________________________
ERROR in
action number 2
of Draw Event
for object OldRifle:

Error in code at line 12:
       if (owner.zoomed && owner == global.myself.object) {
                                                  ^
at position 49: Unknown variable object

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

Error in code at line 1:
   if(global.myself.team == TEAM_BLUE) {
                   ^
at position 18: Unknown variable team

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

Error in code at line 8:
   if global.myself.object != -1 {
                    ^
at position 19: Unknown variable object

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

Error in code at line 45:
       if global.myself.object==-1{
                        ^
at position 23: Unknown variable object

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

Error in code at line 3:
   if(!(global.myself.team==TEAM_RED || global.myself.team==TEAM_BLUE)) {
                      ^
at position 21: Unknown variable team

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

Error in code at line 25:
   if(global.myself.object != -1)
                    ^
at position 19: Unknown variable object

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

Error in code at line 2:
   else if global.myself.object == -1 instance_destroy();
                         ^
at position 24: Unknown variable object

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

Error in code at line 1:
   if global.showHealer == 0 || global.myself.object == -1 instance_destroy();
                                             ^
at position 44: Unknown variable object

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

Error in code at line 7:
       if(player.team == global.myself.team) {
                                       ^
at position 38: Unknown variable team

___________________________________________
ERROR in
action number 1
of End Step Event
for object PlayerControl:

Error in code at line 1:
   if(global.myself.object == -1) exit;
                   ^
at position 18: Unknown variable object

Derpduck

  • 2011 Haxxy Finalist
  • *
  • Karma: 42
  • Offline Offline
  • Posts: 5752
Re: Real mod -- lorgan -- Randomizer mod (sexy)
« Reply #171 on: August 02, 2011, 09:22:46 am »

Code: [Select]
___________________________________________
ERROR in
action number 1
of Other Event: User Defined 5
for object Rocket:

Error in code at line 10:
               if(characterHit.team != team || characterHit.id == ownerPlayer.object  && characterHit.ubered == 0 && !characterhit.radioactive) {
                                                                                                                      ^
at position 117: Unknown variable characterhit

got hit with cow mangler
Code: [Select]
___________________________________________
ERROR in
action number 1
of Other Event: User Defined 5
for object ManglerShot:

Error in code at line 10:
               if(characterHit.team != team || characterHit.id == ownerPlayer.object  && characterHit.ubered == 0 && !characterhit.radioactive) {
                                                                                                                      ^
at position 117: Unknown variable characterhit
« Last Edit: August 02, 2011, 09:29:08 am by Dәɹp(Nәʍ) »
Logged

Lorgan

  • Retired Randomizer Mod Developer
  • Resident Miku
  • *****
  • Karma: 28
  • Offline Offline
  • Posts: 3624
    • My own website
Re: Real mod -- lorgan -- Randomizer mod (sexy)
« Reply #172 on: August 02, 2011, 09:38:32 am »

arghh
(click to show/hide)
Explain me how the fuck it can happen if this is the only code in there:
if global.myself == -1 instance_destroy()
else if global.myself.object == -1 instance_destroy();

And i didn't touch any code that has to do with global.myself and global.myself.object

(click to show/hide)
ffffuuuuuuuuuuuuuuuuu why is gm case sensitive?
'characterhit' should have been 'characterHit'  :z8:

Should i upload a new version that just fixes that one stupid bug?
Logged
Unfortunately, turning a section into a communist oppressive regime is not against the forum rules, so there is really nothing we can do.
Quote from: steam
21:08 - Hullusorsa: lorgan, when will you buy us the keys?
21:09 - Lorgan: i'm waiting for greece to collapse so the value of the euro drops
21:09 - Lorgan: not even joking

Derpduck

  • 2011 Haxxy Finalist
  • *
  • Karma: 42
  • Offline Offline
  • Posts: 5752
Re: Real mod -- lorgan -- Randomizer mod (sexy)
« Reply #173 on: August 02, 2011, 09:44:57 am »

that error crashed my serve againm
 :mad: :mad: :mad: :z3: :z3: :angry: :angry: :cry: :cry: :panic: :panic:

RBY

  • Guest
Re: Real mod -- lorgan -- Randomizer mod (sexy)
« Reply #174 on: August 02, 2011, 09:46:38 am »

that error crashed my serve againm
 :mad: :mad: :mad: :z3: :z3: :angry: :angry: :cry: :cry: :panic: :panic:
host again please, but on arena, muddy wants to play
Logged

Derpduck

  • 2011 Haxxy Finalist
  • *
  • Karma: 42
  • Offline Offline
  • Posts: 5752
Re: Real mod -- lorgan -- Randomizer mod (sexy)
« Reply #175 on: August 02, 2011, 09:49:34 am »

later, you host
im busy
« Last Edit: August 02, 2011, 09:49:42 am by Dәɹp(Nәʍ) »
Logged

RBY

  • Guest
Re: Real mod -- lorgan -- Randomizer mod (sexy)
« Reply #176 on: August 02, 2011, 09:50:58 am »

later, you host
im busy
I can't host anymore until I reset stuff
Logged

Derpduck

  • 2011 Haxxy Finalist
  • *
  • Karma: 42
  • Offline Offline
  • Posts: 5752
Re: Real mod -- lorgan -- Randomizer mod (sexy)
« Reply #177 on: August 02, 2011, 09:51:41 am »

what, well get lorgan to host (unless hes offline)

Lorgan

  • Retired Randomizer Mod Developer
  • Resident Miku
  • *****
  • Karma: 28
  • Offline Offline
  • Posts: 3624
    • My own website
Re: Real mod -- lorgan -- Randomizer mod (sexy)
« Reply #178 on: August 02, 2011, 10:00:34 am »

-Fixed that stupid rocketman bug  :z8:
-changed mangler death sprites again
-added
Code: [Select]
or !instance_exists(global.myself) to the ammohud. Throw your computer away if you get that error again  :drool:

http://www.mediafire.com/?nww0906tdp6wrdp
Logged
Unfortunately, turning a section into a communist oppressive regime is not against the forum rules, so there is really nothing we can do.
Quote from: steam
21:08 - Hullusorsa: lorgan, when will you buy us the keys?
21:09 - Lorgan: i'm waiting for greece to collapse so the value of the euro drops
21:09 - Lorgan: not even joking

Derpduck

  • 2011 Haxxy Finalist
  • *
  • Karma: 42
  • Offline Offline
  • Posts: 5752
Re: Real mod -- lorgan -- Randomizer mod (sexy)
« Reply #179 on: August 02, 2011, 10:01:15 am »

i wont dl for fear of that error
Pages: 1 ... 10 11 [12] 13
 

Page created in 0.036 seconds with 53 queries.