ItsMods

Full Version: Give radar and set its speed easily
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

This is nothing new, but since is not in this section I decided to post it, Big Grin. You can give radar(UAV) like this:

Code:
self.hasradar = 1;

And remove it like:

Code:
self.hasradar = 0;

To change its refreshing speed:

Code:
self.radarmode = "mode";

The only 2 existing modes are: "normal_radar" and "fast_radar", simply replace above.

Enjoy, Cool