Posts: 22
Threads: 4
Joined: Dec 2009
Reputation:
0
Fellow scripters,
I want to put a few stationary characters in my server, but i really cant find out what functions i need to use for it.
I thought there was a function to do something like this, but i could not find it...
Thanks in advance,
A newbie scripter
Posts: 22
Threads: 4
Joined: Dec 2009
Reputation:
0
Do i really have to use a actual NPC for that?
I think its a bit.. overkill, but if there are no other ways...
Posts: 366
Threads: 91
Joined: Oct 2010
Reputation:
0
Hmm.. I think there are skin/model objects. pretty sure the ids of the objects are the same as the skin ids. You could try that if that is what you're after.
Posts: 22
Threads: 4
Joined: Dec 2009
Reputation:
0
Just tried that, but its not working.
It does create some object (You can bump against it), but its invisible.
Posts: 22
Threads: 4
Joined: Dec 2009
Reputation:
0
I have created one now with the NPC tutorial, but this NPC has a blip on the mini-map, and the other NPC (Which was already in the gamemode) does not ahve this blip, how can i remove it for that other NPC too?
Posts: 541
Threads: 60
Joined: Jul 2009
Reputation:
0
ShowPlayerMarkers(0) under your OnGameModeInit
Posts: 22
Threads: 4
Joined: Dec 2009
Reputation:
0
I still want to be able to see other players on the mini-map, just not the NPC which i added..