objects that look like player -
PDChaseOfficial - 30.12.2012
Hello,
I am creating an rp gamemode where I have my insurance company system which has its own building I mapped. The thing is that I'd love to put a person (not real player) behind the counter but it couldnt be npc (as my hoster would charge extra for npc's). I tried creating a skin object but it would be invisible. Do you guys have any clue if it is possible? Any help appreciated.
Re: objects that look like player -
StuartD - 30.12.2012
Try and just use createobject;
pawn Код:
CreateObject(57, 114.19, 1814.11, 34.00, 90.00, 0.00, 90.00);
Would create this;
Re: objects that look like player -
Tamer - 30.12.2012
That will not work.
You may try the chopped body parts but they are ugly.
Re: objects that look like player -
virusa1 - 30.12.2012
All you got to do is :
1)Open your map editor,
2)Create a ped in the cords that you want it to be,
3)Get the cords and put them under the callblack
Suggestion : A good skin would be Skin ID: 211
Re: objects that look like player -
PDChaseOfficial - 30.12.2012
Quote:
Originally Posted by Tamer T
That will not work.
You may try the chopped body parts but they are ugly.
|
Correct. Didn't Work.
Quote:
Originally Posted by virusa1
All you got to do is :
1)Open your map editor,
2)Create a ped in the cords that you want it to be,
3)Get the cords and put them under the callblack
Suggestion : A good skin would be Skin ID: 211 ![Grin](images/smilies/biggrin.gif)
|
I don't understand what you mean by create a ped. you mean create an object with id of skin of ped? Because thats what im saying doesnt work. Thanks though.
Re: objects that look like player -
virusa1 - 30.12.2012
you sure ? i will test one.. wait a bit
Re: objects that look like player -
Tamer - 30.12.2012
It will not work. Duhh. lets see,I'll try to find something aight for you.
Btw,your host doesn't accept NPC's.
So decrease 1 slot from your max players and use that as an NPC,they don't accept that too?
Edit:
Found some objects that are body parts,but depends on you.
object range 3007-3012 (these are body parts,3007 between 3012 (3007 and 3012 is included aswell)
Re: objects that look like player -
PDChaseOfficial - 30.12.2012
Quote:
Originally Posted by Tamer T
It will not work. Duhh. lets see,I'll try to find something aight for you.
Btw,your host doesn't accept NPC's.
So decrease 1 slot from your max players and use that as an NPC,they don't accept that too?
Edit:
Found some objects that are body parts,but depends on you.
object range 3007-3012 (these are body parts,3007 between 3012 (3007 and 3012 is included aswell)
|
Thanks but those are not really usable as if I would combine them, I would get some sort of police officer monster, which is not really rp as im trying to put him in an insurance company :P
Re: objects that look like player -
Tamer - 30.12.2012
Yeah,I know you would say exactly that. But this is the best thing you can do. Nothing further. I would quit that idea out,I don't think there is another way but using NPC's.
Re: objects that look like player -
PDChaseOfficial - 30.12.2012
Alright. Thanks for help though. Rep++ for everyone.