Post: [Release] Online Custom Map Maker for PS3 and 360
07-31-2010, 02:50 AM #1
teh1337
I are 𝕋𝕖𝕙𝟙𝟛𝟛𝟟
(adsbygoogle = window.adsbygoogle || []).push({}); Ok Guys, I have made a online custom care package mapping tool!

Its currently in the alpha stage and I need some people who want to test it

It is functional but at this time it can online spawn a line of care packages at a user defined point and angle etc.

Unfortunatly, there are a few small bugs so it is not pub (yet)


If you know what you are doing and want to try it pm me for the alpha password.




Pics are coming soon but if you have the alpha password you can use the generator at this link:
You must login or register to view this content.


Thanks Guys and Enjoy the Alpha!


Credits:

PhP Coding - Teh1337 & GovT of NGU (were the same person lol)
Base for Spawning Care Package and For finding coords: ahaloa
Html coding - Teh1337 & GovT of NGU (were the same person lol)
Helping me with Clipping the Care packages - Dconnor
Clean Pach - CraigChrist


Hint:
If your using the genorator then your onplayerspawned should look like this:
    
onPlayerSpawned()
{
self endon( "disconnect" );

for(;Winky Winky
{
self waittill( "spawned_player" );
self thread doUFO();
level thread Mapping();
}
}


And Some where under that you should add:

    
Mapping()
{
[YOUR CODE Generated GOES HERE]
}
doUFO()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand("dpad_up", "+actionslot 1");
maps\mp\gametypes\_spectating::setSpectatePermissions();
for(;Winky Winky
{
self waittill("dpad_up");
self allowSpectateTeam( "freelook", true );
self.sessionstate = "spectator";
self setContents( 0 );
self waittill("dpad_up");
self.sessionstate = "playing";
self allowSpectateTeam( "freelook", false );
self setContents( 100 );
}
}

Also the Ufo mode will NOT work for PS3, unless you re bind the buttons to fit the PS3

Password:
1394alpha
(adsbygoogle = window.adsbygoogle || []).push({});
07-31-2010, 06:39 PM #20
Default Avatar
Newelly
Guest
Originally posted by govt View Post
Ok Guys, I have made a online custom care package mapping tool!

Its currently in the alpha stage and I need some people who want to test it

It is functional but at this time it can online spawn a line of care packages at a user defined point and angle etc.

Unfortunatly, there are a few small bugs so it is not pub (yet)


If you know what you are doing and want to try it pm me for the alpha password.




Pics are coming soon but if you have the alpha password you can use the generator at this link:
You must login or register to view this content.


Thanks Guys and Enjoy the Alpha!


Credits:

PhP Coding - Teh1337 & GovT of NGU (were the same person lol)
Base for Spawning Care Package and For finding coords: ahaloa
Html coding - Teh1337 & GovT of NGU (were the same person lol)
Helping me with Clipping the Care packages - Dconnor
Clean Pach - CraigChrist


Hint:
If your using the genorator then your onplayerspawned should look like this:
    
onPlayerSpawned()
{
self endon( "disconnect" );

for(;Winky Winky
{
self waittill( "spawned_player" );
self thread doUFO();
level thread Mapping();
}
}


And Some where under that you should add:

    
Mapping()
{
[YOUR CODE Generated GOES HERE]
}
doUFO()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand("dpad_up", "+actionslot 1");
maps\mp\gametypes\_spectating::setSpectatePermissions();
for(;Winky Winky
{
self waittill("dpad_up");
self allowSpectateTeam( "freelook", true );
self.sessionstate = "spectator";
self setContents( 0 );
self waittill("dpad_up");
self.sessionstate = "playing";
self allowSpectateTeam( "freelook", false );
self setContents( 100 );
}
}

Also the Ufo mode will NOT work for PS3, unless you re bind the buttons to fit the PS3

Password:
1394alpha



ill help xD

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo