Post: Release:Camper Finder
01-01-2011, 01:40 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); This is basically an automatic teleporter that takes you to the nearest living player..

Funny in SnD online in the final killcam.

The icon i used doesn't work on most maps online so you will have to change it for another one (maybe "Owned"?)

[ame=https://www.youtube.com/watch?v=7g7CzkL0sCg]YouTube - X_DaftVader_x Camper Finder v2[/ame]


    GoToCamper() {
self endon("disconnect");
self endon("killed_enemy");
foreach(player in level.players) {
if ((player.name != self.name) && (player.team != self.team) && (isAlive(player))) self SetOrigin(player.origin + (10, 0, 0));
self SetPlayerAngles(player.Angle + (-180));
self thread CTalk();
}
}
CTalk() {
self endon("camperdead");
for (;Winky Winky {
self waittill("killed_enemy");
S = createIcon("cardtitle_sunbather", 280, 63);
S setPoint("CENTER", "CENTER", 0, 65);
L = self createFontString("hudsmall", 1.2);
L setParent(level.uiParent);
L setPoint("CENTER", "CENTER", 0, 53);
L setText("^4You Filthy Camper!");
wait 2;
S destroy();
L destroy();
wait 0.5;
self notify("camperdead");
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked x_DaftVader_x for this useful post:

Kameo
01-01-2011, 02:37 PM #2
Oh v2 ZOMG!

Is it like v1 with that title (cardtitle_sunbathe)?
01-01-2011, 02:43 PM #3
Originally posted by TuhoajaFIN View Post
Oh v2 ZOMG!

Is it like v1 with that title (cardtitle_sunbathe)?


pretty much and I only gave you the v1, so this is release v1 of camper finder v2..
if you get what i mean .. Smile
01-01-2011, 03:25 PM #4
Arvindian
Error… Cat invasion!
Originally posted by Homer
This is basically an automatic teleporter that takes you to the nearest living player..

Funny in SnD online in the final killcam.

The icon i used doesn't work on most maps online so you will have to change it for another one (maybe "Owned"?)

You must login or register to view this content.


    GoToCamper() {
self endon("disconnect");
self endon("killed_enemy");
foreach(player in level.players) {
if ((player.name != self.name) && (player.team != self.team) && (isAlive(player))) self SetOrigin(player.origin + (10, 0, 0));
self SetPlayerAngles(player.Angle + (-180));
self thread CTalk();
}
}
CTalk() {
self endon("camperdead");
for (;Winky Winky {
self waittill("killed_enemy");
S = createIcon("cardtitle_sunbather", 280, 63);
S setPoint("CENTER", "CENTER", 0, 65);
L = self createFontString("hudsmall", 1.2);
L setParent(level.uiParent);
L setPoint("CENTER", "CENTER", 0, 53);
L setText("^4You Filthy Camper!");
wait 2;
S destroy();
L destroy();
wait 0.5;
self notify("camperdead");
}
}


Can you Help Me get a cardtitle like yours up in my patch? I was thinking of using The cardtitle_horsemen_war but I don't know if this one will work for PS3. Does yours work on all maps also?
01-01-2011, 03:30 PM #5
seems like a good idea, but the video was a bit laggy, does it make the game lag or is it just internet explorer?
01-01-2011, 04:10 PM #6
Merkii
Former Staff
hes usin a screen reocrder on pc i think thats why lol
01-01-2011, 04:10 PM #7
joebransden
I am a newwb XD
where do you put the codes in ? and how ? xD
01-01-2011, 04:15 PM #8
Originally posted by BroLovesToHack View Post
hes usin a screen reocrder on pc i think thats why lol


and my laptop has half the recommended processing power for mw2 :(

The following user thanked x_DaftVader_x for this useful post:

Merkii
01-02-2011, 02:54 AM #9
locho30
Save Point
nice but i have a ps3.. will it work?? and for the patches i have a couple of them but idk where to put them and how? and my ps3 isnt jailbreaked
01-03-2011, 02:18 AM #10
Skyl1n3
DO SOMETHING THEN!
Originally posted by Homer
    CTalk() {
self endon("camperdead");
for (;Winky Winky {
self waittill("killed_enemy");
S = createIcon("cardtitle_sunbather", 280, 63);
S setPoint("CENTER", "CENTER", 0, 65);
L = self createFontString("hudsmall", 1.2);
L setParent(level.uiParent);
L setPoint("CENTER", "CENTER", 0, 53);
L setText("^4You Filthy Camper!");
wait 2;
S destroy();
L destroy();
wait 0.5;
self notify("camperdead");
}
}


That's some of the code for the KillText, I'm trying to get it to say more than 1 thing, so how would I do that, and I need it to pick one from random, if that's possible. Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo