Vice City: Multiplayer

Server Development => Scripting and Server Management => Script and Content Requests => Topic started by: W3aPoN^ on Jul 19, 2016, 04:33 PM

Title: Object ID
Post by: W3aPoN^ on Jul 19, 2016, 04:33 PM
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
Title: Re: Object ID
Post by: vito on Jul 19, 2016, 04:42 PM
a screenshot will be useful
Title: Re: Object ID
Post by: Stormeus on Jul 19, 2016, 05:25 PM
You can search for it in a map editor.
http://www.gtagarage.com/mods/show.php?id=1053
Title: Re: Object ID
Post by: karan20000000000 on Jul 19, 2016, 05:44 PM
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+"");

  }
}
Title: Re: Object ID
Post by: W3aPoN^ on Jul 20, 2016, 02:53 AM
1st: http://imgur.com/WT759tH 2nd: http://imgur.com/V85Qv9z Ok I Added 2 Views Of That Hut Hope You Will Find His ID
Title: Re: Object ID
Post by: Stormeus on Jul 20, 2016, 03:07 AM
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.
Title: Re: Object ID
Post by: W3aPoN^ on Jul 20, 2016, 03:17 AM
I used MooMapper, Med Editor And kED But I Didnt Find It
Title: Re: Object ID
Post by: KAKAN on Jul 20, 2016, 04:14 AM
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
Title: Re: Object ID
Post by: vito on Jul 20, 2016, 04:35 AM
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
Title: Re: Object ID
Post by: W3aPoN^ on Jul 20, 2016, 08:46 AM
Thanks VITO its 3060 Thanks You VERY MUCH
Title: Re: Object ID
Post by: KAKAN on Jul 20, 2016, 09:20 AM
Cool, from where did you get them though?
Title: Re: Object ID
Post by: 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
Title: Re: Object ID
Post by: EK.IceFlake on Jul 20, 2016, 10:57 AM
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
Title: Re: Object ID
Post by: ysc3839 on Jul 20, 2016, 11:13 AM
Quote from: EK.CrystalBlue on Jul 20, 2016, 10:57 AM
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
Search Google.
Title: Re: Object ID
Post by: EK.IceFlake on Jul 20, 2016, 12:24 PM
I don't understand assembly :(
I want you to teach me assembly
Title: Re: Object ID
Post by: Thijn on Jul 20, 2016, 04:21 PM
Quote from: EK.CrystalBlue on Jul 20, 2016, 12:24 PMI don't understand assembly :(
I want you to teach me assembly
I want you to use google.
Title: Re: Object ID
Post by: EK.IceFlake on Jul 20, 2016, 05:12 PM
Quote from: Thijn on Jul 20, 2016, 04:21 PM
Quote from: EK.CrystalBlue on Jul 20, 2016, 12:24 PMI don't understand assembly :(
I want you to teach me assembly
I want you to use google.
Whenever I try to learn assembly like that I give up a few hours later
Title: Re: Object ID
Post by: MEGAMIND on Jul 20, 2016, 05:22 PM
i love scripting and programing but its full of straing and stress
Title: Re: Object ID
Post by: ysc3839 on Jul 21, 2016, 12:26 AM
Quote from: EK.CrystalBlue on Jul 20, 2016, 05:12 PM
Quote from: Thijn on Jul 20, 2016, 04:21 PM
Quote from: EK.CrystalBlue on Jul 20, 2016, 12:24 PMI don't understand assembly :(
I want you to teach me assembly
I want you to use google.
Whenever I try to learn assembly like that I give up a few hours later
I think you're not good at assembly so I won't teach you.
You like a baby crying "I want something".