Posts: 773
Threads: 309
Joined: Aug 2011
Reputation:
0
hey guys , how can i do when you want to find some1 and you take detective job and use /find name and he is going in the hall or another building , how can i do to se the Checkpoint in the building door ? to know he is in that building
Posts: 6,242
Threads: 8
Joined: Jun 2008
You'd need some variable on the player to be found, pointing out that that door is where he went in.
Eg
LastDoor[MAX_PLAYERS]
Posts: 140
Threads: 13
Joined: Feb 2013
Reputation:
0
LastPosition[MAX_PLAYERS] and then create checkpoint on entrance of building.
If you are using RP script then you should have ID for each pickup and when that player you want to find enters lets say ex. Restaurant(ID: 69) then you set checkpoint on position of pickup/entrance with ID:69 and send message "Last seen: bla bla bla"