Help with maps and plugins
Hello. I'm working on a plugin, and this plugin requires some informations of the current position of the players in a custom map I made. I don't know how to get the position of the players, and if this is possible, I think is better to make the map send informations when some player touch a defined block. I need help with this problem. Thanks
|
Re: Help with maps and plugins
I suggest that you read some includes before posting.
Quote:
|
Re: Help with maps and plugins
You can get the X,Y,Z of the player in multiple ways:
Code:
Code:
Code:
origin[0] = X coordinate origin[1] = Y coordinate origin[2] = Z coordinate |
Re: Help with maps and plugins
Wow, thanks for the help and sorry for not searching. I will use the
Code:
#include <amxmodx> |
| All times are GMT -4. The time now is 09:14. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.