I am trying to give a radar to every player, but I can't seem to find its name.
I tried [B]weapon_ttt_radar[/B], but it doesn't exist. I checked every weapon in [B]gamemodes\terrortown\entities\weapons[/B] and the radar doesn't exist inside of it.
Additionally I checked [B]gamemodes\terrortown\entities\entities[/B] and I could not find the radar in there either.
What is the name of the radar so I can give it to players and where is it located so I can edit it later on?
Not sure what help this is or whatever, but I don't think you can essentially "give" the radar to a player, as I'm pretty sure the radar runs a console command every 30 seconds which "is" the item (ttt_radar_scan)
le air quote face
[QUOTE=SEGnosis;41872154]I am trying to give a radar to every player, but I can't seem to find its name.
I tried [B]weapon_ttt_radar[/B], but it doesn't exist. I checked every weapon in [B]gamemodes\terrortown\entities\weapons[/B] and the radar doesn't exist inside of it.
Additionally I checked [B]gamemodes\terrortown\entities\entities[/B] and I could not find the radar in there either.
What is the name of the radar so I can give it to players and where is it located so I can edit it later on?[/QUOTE]
The radar isn't a weapon, it is an active equipment item, you can find more information about it in equip_items_shd.lua, cl_radar.lua, and radar.lua
Sorry, you need to Log In to post a reply to this thread.