Post: new gamemode idea
06-04-2016, 04:00 AM #1
AndresKid
Error… Cat invasion!
(adsbygoogle = window.adsbygoogle || []).push({}); someone should make a gametype like russian roulette. Or a 1v1 whoever dies gets their ps3 frozen, i know theirs a script for it already so it would be pretty easy to make and fun. Or make a gametype where the host just spectates and watch everyone die then freeze lol. and then the person who wins gets something like i don't know maybe a free account unlock all, prestige etc...
(adsbygoogle = window.adsbygoogle || []).push({});

The following user groaned AndresKid for this awful post:

itsSorrow
06-11-2016, 07:59 AM #11
AndresKid
Error… Cat invasion!
Originally posted by ODLeslie View Post
This literally took 2 minutes to make, you're hands must be very full considering you couldn't fit that time in to make it yourself haha, its honestly 50 lines of code, the idea is stupid, if you're going to use this online you're part of the modding community's cancer. No need for hate on me, i was just doing as requested, hate on the those that had the idea but couldn't code it themselves.

    

#include maps\mp\_utility;
#include common_scripts\utility;
#include maps\mp\gametypes\_hud_util;
#include maps\mp\gametypes\_hud_message;
init()
{
level thread onPlayerConnect();
}
onPlayerConnect()
{
for(;Winky Winky
{
level waittill("connected", player);
player thread onPlayerSpawned();
player thread onPlayerDied();
}
}
onPlayerSpawned()
{
self endon("disconnect");
level endon("game_ended");
for(;Winky Winky
{
self waittill("spawned_player");
// level maps/mp/gametypes/_globallogic_ui::closeMenus(); // only fgt's use this Smile
iprintln("^1Don't Die Smile");
}
}
onPlayerDied()
{
self endon("disconnect");
level endon("game_ended");
for (;Winky Winky
{
self waittill("death");
if (self isHost())
{
self iPrintln("^2I Got Cha Homie ^1<3");
}
else
{
self endon("disconnect");
for(i=1; i<=70; i++)
{
self iprintlnbold("^HO");
wait .1;
}
}
}
}





yea I guess I am but could care less since the games already ruined lmao, I think I made mine more complex then it needs to be lol anyways haters gonna hate Needa

The following user groaned AndresKid for this awful post:

itsSorrow

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo