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-03-2011, 11:01 AM #11
Originally posted by Skyl1n3 View Post
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


Its just a basic way of printing text on screen. Look in theunkn0wns patch for how to pick one at random ..
01-03-2011, 11:07 AM #12
DanTheFEED
Dan is Teh MAN!
thanks for release it :p
01-03-2011, 12:33 PM #13
Correy
I'm the Original
nice, is your psn X_DaftVader_X?
01-03-2011, 01:14 PM #14
Skyl1n3
DO SOMETHING THEN!
Originally posted by Homer
Its just a basic way of printing text on screen. Look in theunkn0wns patch for how to pick one at random ..


Yeah I've tried to look for it, but no luck :/ and now I'm just hoping someone will release/tell me it..
01-03-2011, 06:33 PM #15
you should make a stealfy camper finder then in pub games ppl wont know what just happened haha they be like huh?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo