AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] Position Manager (v1.4, 11/12/2017) (https://forums.alliedmods.net/showthread.php?t=302946)

91346706501435897134 11-17-2017 12:32

[ANY] Position Manager (v1.4, 11/12/2017)
 
1 Attachment(s)
Description
A position manager.

Commands
sm_posmenu - Opens the Position Manager menu - ADMFLAG_ROOT
sm_savepos - Saves your current position - ADMFLAG_ROOT
sm_loadpos - Loads your saved position - ADMFLAG_ROOT
sm_currentpos - Prints your current position in chat - ADMFLAG_ROOT
sm_savedpos - Prints your saved position in chat - ADMFLAG_ROOT
sm_deletepos - deletes your saved position - ADMFLAG_ROOT
sm_goto - Gets target position and teleports you to it - ADMFLAG_ROOT
sm_bring - Teleports a player to you - ADMFLAG_ROOT



Changelog
Quote:

11/12/2017 (v1.4)

* Code improvements

11/12/2017 (v1.3)

* Code improvements
* Added commands sm_goto and sm_bring
* Added support for all games

19/11/2017 (v1.2)

* Code improvements.

18/11/2017 (v1.1)

* Code improvements.

17/11/2017 (v1.0)

* Initial release.


Installation instructions

1) Place position_manager.smx in your sourcemod/plugins folder.

404UserNotFound 11-17-2017 19:54

Re: [TF2] position manager (v1.0, 17/11/2017)
 
Why did you include a Windows and a Linux folder for the plugins?

A plugin can run on any OS/distro. You don't need separate versions.

91346706501435897134 11-17-2017 20:09

Re: [TF2] position manager (v1.0, 17/11/2017)
 
Quote:

Originally Posted by 404UserNotFound (Post 2561121)
Why did you include a Windows and a Linux folder for the plugins?

A plugin can run on any OS/distro. You don't need separate versions.

I have to pass the permissions to the CreateDirectory() function which is different on linux.

404UserNotFound 11-17-2017 20:39

Re: [TF2] position manager (v1.0, 17/11/2017)
 
Quote:

Originally Posted by 91346706501435897134 (Post 2561124)
I have to pass the permissions to the CreateDirectory() function which is different on linux.

Ahhhh. I think there's a way to detect the OS within the plugin, and then execute code based on it.

EDIT: Nevermind, that's just for detecting a client's OS.

91346706501435897134 11-18-2017 05:46

Re: [TF2] position manager (v1.0, 17/11/2017)
 
Quote:

Originally Posted by 404UserNotFound (Post 2561125)
Ahhhh. I think there's a way to detect the OS within the plugin, and then execute code based on it.

EDIT: Nevermind, that's just for detecting a client's OS.

I was thinking that too... What a shame you can’t :/

91346706501435897134 11-18-2017 13:09

v1.1 update
 
Update 1.1

Changelog:
Quote:

18/11/2017 (v1.1)

* Code improvements.

91346706501435897134 11-19-2017 08:18

Update 1.2
 
Update 1.2
Changelog:

Quote:

19/11/2017 (v1.2)

* Code improvements.


91346706501435897134 12-11-2017 03:22

Update 1.3
Changelog:

Quote:

19/11/2017 (v1.3)

* Code improvements
* Added commands sm_goto and sm_bring
* Added support for all games


91346706501435897134 12-11-2017 14:47

Re: [ANY] Position Manager (v1.4, 11/12/2017)
 
Update 1.4

Changelog
Quote:

11/12/2017 (v1.4)

* Code improvements


All times are GMT -4. The time now is 20:33.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.