DAZZLE'S UPGRADE PACK
If you haven't already done so, upgrade your game by downloading Dazzle's all-in-one upgrade pack. It comes with everything you need for today's servers. Does your blue bar freeze when joining servers? Do you lag in games? Do you get an annoying siren in Phobik's Servers? This is what you need. CLICK HERE TO DOWNLOAD.
If you haven't already done so, upgrade your game by downloading Dazzle's all-in-one upgrade pack. It comes with everything you need for today's servers. Does your blue bar freeze when joining servers? Do you lag in games? Do you get an annoying siren in Phobik's Servers? This is what you need. CLICK HERE TO DOWNLOAD.
-=Pinks Radar=- (In 5 New Colors!)
Moderators: Warfare, Moderator, Admin
- Speedo
- Veteran Light
- Posts: 916
- Joined: Sat Jan 20, 2007 11:24 pm
- Location: In the pool
Re: -=Pinks Radar=- (In 5 New Colors!)
I think those lines on your radar are too thick. You can't see the little dot if you're directly in front of a tank. You know what I mean?
Gimmie the scrum!
- bla bla
- Need Major Repair
- Posts: 651
- Joined: Sun Jan 06, 2008 11:06 pm
- Location: in my room crying
Re: -=Pinks Radar=- (In 5 New Colors!)
it didnt work(im am sorry for my questions hope its not trouble to you )...........)
i copied the radar_base into game/client/ui but i went into TT and it didnt work
whats the deal
i copied the radar_base into game/client/ui but i went into TT and it didnt work
whats the deal
█bla bla BMT█
^^^^^^^^^^^^
_____________
^^^^^^^^^^^^
_____________
- Matt-Ectl-Xp-
- Need Major Repair
- Posts: 532
- Joined: Sat Jun 14, 2008 5:07 pm
- Location: Coarsegold,Ca
Re: -=Pinks Radar=- (In 5 New Colors!)
Your Radar Won't Zoom To Make It Add This To Bottom Of Main.cs
Code: Select all
if (!$server::dedicated)
{
GlobalActionMap.bindCmd( mouse, button1, "", "radarZoom();");
}
$radarZoom = False;
function radarZoom()
{
echo("Radar Zoom");
if (isObject(RadarHud))
{
$radarZoom = !$radarZoom;
if ($radarZoom == True)
{
RadarHud.dotWidth = RadarHud.dotWidth + RadarHud.dotWidth;
RadarHud.dotHeight = RadarHud.dotHeight + RadarHud.dotHeight;
RadarHud.horizSizing = "left";
RadarHud.vertSizing = "top";
%rw = getWord($pref::Video::resolution ,0) - 400;
%rh = getWord($pref::Video::resolution ,1) - 400;
RadarHud.position = %rw SPC %rh; // "500 340";
RadarHud.extent = "400 400"; // "128 128";
RadarHud.dotOffsetX = "-1"; //"-2";
RadarHud.dotOffsetY = "0"; //"-1";
RadarHud.radius = "400"; // "260";
RadarHud.minExtent = "0 0";
RadarHud.setFirstResponder = "0";
}
else
{
RadarHud.dotWidth = RadarHud.dotWidth / 2;
RadarHud.dotHeight = RadarHud.dotHeight / 2;
RadarHud.horizSizing = "left";
RadarHud.vertSizing = "top";
%rw = getWord($pref::Video::resolution ,0) - 382;
%rh = getWord($pref::Video::resolution ,1) - 362;
RadarHud.position = %rw SPC %rh;
RadarHud.extent = "350 350";
RadarHud.dotOffsetX = "-1";
RadarHud.dotOffsetY = "0";
RadarHud.radius = "350";
RadarHud.minExtent = "0 0";
RadarHud.setFirstResponder = "0";
return;
}
}
}
RadarHud.dotWidth = RadarHud.dotWidth + RadarHud.dotWidth;
RadarHud.dotHeight = RadarHud.dotHeight + RadarHud.dotHeight;
Who is online
Users browsing this forum: ClaudeBot [Bot] and 16 guests