How to get the LocationName ?
Look at the Half Life game event Location
How can I get all the LocationName ? |
Re: How to get the LocationName ?
CZ only.
|
Re: How to get the LocationName ?
But you could check it in DE_ maps, it's like detecting where the player is is he closer to spawn spot or plant and then print message for him, also define A and B plants, by getting the distance from spawn to plant, because mostly the A plant is closer to CT spawn than B is.
|
Re: How to get the LocationName ?
I'm not sure but i think that it is stored in .nav files, dunno how to decode them though.
Anyway, you can hook Location message. |
Re: How to get the LocationName ?
It's easier to create your own location system then try to drag the one from CZ into CS.
1) Create text files with locations info: x1-x2/y1-y2/z1-z2/name 2) Create function "get_user_location(id, &location_name, len) which will check player coordinates and return location name 3) Hook SayText & SendAudio to add location name. 4) CZ! |
Re: How to get the LocationName ?
Such plugins already exists.
|
Re: How to get the LocationName ?
Quote:
so I come here to ask some one that can tell me all of the name sting ! edited: I opened a .nav file of the map and found something like this Code:
BackYard |
Re: How to get the LocationName ?
Not sure if those name set zones or are only there to inform bots.
|
| All times are GMT -4. The time now is 04:27. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.