Object ID

Started by W3aPoN^, Jul 19, 2016, 04:33 PM

Previous topic - Next topic

W3aPoN^

Hello Guys I am Here With A Small New Problem I want to know what is the object id of HUT That Is Found In Water Or Near Cortenal's Ship Not On BEACH Only Huts In Water Can You Please Tell me That Hut ID Thanks In ADVANCE

vito

a screenshot will be useful

Stormeus


karan20000000000

Add this client side script and shoot the object ;)
function Player::PlayerShoot(player, weapon, hitEntity, hitPosition)
{
  if(hitEntity!=null && (hitEntity.Type == OBJ_BUILDING || hitEntity.Type == OBJ_VEHICLE))
  {
    Console.Print(hitEntity.ModelIndex+"");

  }
}
With regards,
KP
------------------------------------------

W3aPoN^

1st: http://imgur.com/WT759tH 2nd: http://imgur.com/V85Qv9z Ok I Added 2 Views Of That Hut Hope You Will Find His ID

Stormeus

We've already posted two methods of finding the IDs of objects in the game. You should be more than capable of finding it on your own now.

W3aPoN^

I used MooMapper, Med Editor And kED But I Didnt Find It

KAKAN

Quote from: Stormeus on Jul 20, 2016, 03:07 AMWe've already posted two methods of finding the IDs of objects in the game. You should be more than capable of finding it on your own now.
Can you give me a list of all the client side commands? Like /infmodelsearch etc
oh no

vito

Quote from: KAKAN on Jul 20, 2016, 04:14 AMCan you give me a list of all the client side commands? Like /infmodelsearch etc
июл 16 13:37:07 <YSC> #/quit /q
июл 16 13:37:09 <YSC> Usage: /showdebug [0/1]
июл 16 13:37:11 <YSC> #/kill
июл 16 13:37:13 <YSC> Usage: /msg [recipient_id] [text]
июл 16 13:37:15 <YSC> Usage: /setwep [weapon_id] [ammo]
июл 16 13:37:17 <YSC> #/clearweps
июл 16 13:37:19 <YSC> Usage: /infgetweaponid [weapon_name]
июл 16 13:37:21 <YSC> Usage: /infgetweaponname [weapon_id]
июл 16 13:37:23 <YSC> Usage: /infgetvehicleid [vehicle_name]
июл 16 13:37:25 <YSC> Usage: /infgetmodelname [model_id]
июл 16 13:37:27 <YSC> Usage: /infmodelsearch [model_name]
июл 16 13:37:29 <YSC> Usage: /font <gap> <fontname>
июл 16 13:37:31 <YSC> #/vehmodelcount
июл 16 13:37:33 <YSC> Usage: /connect <ip> <port> [<nickname> [<server password> [<user password>]]]
июл 16 13:37:37 <YSC> #/reconnect
июл 16 13:37:39 <YSC> #/disconnect
июл 16 13:37:41 <YSC> #/allowredirect
июл 16 13:37:43 <YSC> #/traceshots
июл 16 13:37:45 <YSC> #/screenshot
июл 16 13:37:47 <YSC> Usage: /setconfig <name> <value>
июл 16 13:37:49 <YSC> Usage: /getconfig <name>
июл 16 13:37:52 <YSC> #/listconfig
июл 16 13:37:53 <YSC> #/recordkey

W3aPoN^

Thanks VITO its 3060 Thanks You VERY MUCH

KAKAN

Cool, from where did you get them though?
oh no

ysc3839

Quote from: KAKAN on Jul 20, 2016, 09:20 AMCool, from where did you get them though?
Decompile

EK.IceFlake

Quote from: ysc3839 on Jul 20, 2016, 10:35 AM
Quote from: KAKAN on Jul 20, 2016, 09:20 AMCool, from where did you get them though?
Decompile
I love decompile :)
teach me pl0x

ysc3839


EK.IceFlake

I don't understand assembly :(
I want you to teach me assembly