Hello
This is nothing new, but since is not in this section I decided to post it, . You can give radar(UAV) like this:
And remove it like:
To change its refreshing speed:
The only 2 existing modes are: "normal_radar" and "fast_radar", simply replace above.
Enjoy,
This is nothing new, but since is not in this section I decided to post it, . 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,