AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Player Spawn Utility (https://forums.alliedmods.net/showthread.php?t=66598)

hlstriker 02-03-2008 23:38

Player Spawn Utility
 
2 Attachment(s)
Read the code snippet for the plugin information:

Note: I also attached spawn coords for all of the default maps so you don't have to :)

PHP Code:

/*    =============================================
*    - NAME:
*      + Player Spawn Utility
*
*    - DESCRIPTION:
*      + This plugin lets you easily add more player spawn points to any map at the position you are standing.
*      + In the menu it will let you know how many spawns are recommended for your server size (# of slots).
*      + After adding spawns you can save them and they will auto load on map start.
*      + Use the sv_spawneditor cvar to see where other spawns are so you know where to add new ones.
*
*      + NOTE: I made this because Hawks spawn creater was making spawns in bad places (outside of the map).
*
*    - USAGE:
*      + In your addons/amxmodx/configs directory make a new folder called "spawns".
*      + Now go in your server and turn the "sv_spawneditor" to "1".
*      + Restart the map. Now you will see where the current spawn points are.
*      + Type "amx_spawnmenu" in the console to load the spawn editor menu.
*      + Press "1" to add a Terrorist spawn, and "2" for a CT spawn. Press "3" to save spawns you made.
*      + Now turn the "sv_spawneditor" cvar back to "0", restart the map.
*
*    - CREDITS:
*      + Hawk552's Spawn Creater for ideas.
*
*    ---------------
*    Admin Commands:
*    ---------------
*    - Type in console 'amx_spawnmenu' to show the spawn editor menu.
*
*    -------------
*    Server cvars:
*    -------------
*    - sv_spawneditor <0/1>
*     + Setting to 0 will turn the spawn editor off.
*     + Setting to 1 will turn the spawn editor on (while on you can see all the spawn points).
*    
*    ----------
*    Changelog:
*    ----------
*    Version 1.0 (02-03-2008)
*    -- First version made and works.
*/ 


Dric Laar 02-03-2008 23:41

Re: Player Spawn Utility
 
Great work!

P@c|Man 02-04-2008 04:29

Re: Player Spawn Utility
 
That seems to be really cool :up:

vittu 02-04-2008 14:33

Re: Player Spawn Utility
 
I still prefer this one since it has more options:
http://forums.alliedmods.net/showthread.php?t=43660

ConnorMcLeod 02-04-2008 14:49

Re: Player Spawn Utility
 
Quote:

Originally Posted by vittu (Post 581571)
I still prefer this one since it has more options:
http://forums.alliedmods.net/showthread.php?t=43660

Me to, i wish it was fakemeta :(

hlstriker 02-04-2008 15:02

Re: Player Spawn Utility
 
Wow, I searched so much and couldn't find one like that, but there it is!

Can a mod just go ahead and unapprove this this plugin :P

ConnorMcLeod 02-04-2008 15:30

Re: Player Spawn Utility
 
Yours uses fakemeta.
I also like this feature :
Quote:

+ In the menu it will let you know how many spawns are recommended for your server size (# of slots).
If you implement the other plugin's feature it would be cool.

And may be log into a file, when a map need more spawns.

chris 02-04-2008 15:37

Re: Player Spawn Utility
 
Good work! +Karma :D

hlstriker 02-04-2008 17:01

Re: Player Spawn Utility
 
Quote:

Originally Posted by connorr (Post 581595)
Yours uses fakemeta.
I also like this feature :


If you implement the other plugin's feature it would be cool.

And may be log into a file, when a map need more spawns.

Hmm I could, right now it just notifies the admins :P

I'll play around some more with this plugin.

Zenith77 02-15-2008 17:55

Re: Player Spawn Utility
 
I'm going to approve this one, on the basis that you're around and can hopefully add more features to out perform the other plugin. However, one of these will be approved after a while, just fyi.


All times are GMT -4. The time now is 16:41.

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