AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY?] Surf Utilities - A Skill Surf Plugin (https://forums.alliedmods.net/showthread.php?t=323931)

deathmojang 05-01-2020 23:16

[ANY?] Surf Utilities - A Skill Surf Plugin
 
Better Replacement: shavit's bhoptimer
I'll keep working on this though.

Description:

A skill surf plugin which shows your surfing elapsed time and personal records.


Features:
  • Timer in Hud (as hint message or hud message)
  • Defining Start Zone and End Zone (by surf_start and surf_stop)
  • Showing personal best in hud (by sm_mr or !mr)
  • Viewing server's top record user (by sm_wr or !wr)
  • Custom spawn point (by sm_setspawnpoint or !setspawnpoint)
  • Multiple Tracks(To be implemented)
  • Speedometer(To be implemented)


ConVar/Command list:
  • sm_my_rank, sm_mr, say !my_rank, say !mr: Shows your records on map you're playing by ascending order.
  • sm_rank, sm_wr, say !rank, say !wr: Shows server's top records on map you're playing by ascending order.
  • sm_surfutil_version: Version ConVar Don't Change it.
  • sm_surfutil_hudmode: Default Hud mode (0 for hud message, 1 for hint message) (1 is by default)
  • Surf Hint Mode on sm_settings : Player's can change their own hud type.
  • sm_setspawnpoint [0/1] : Sets Custom Spawn point at where user of this command is.


Changelog:

Quote:

2020-05-03 (v1.3.1)

*Auto SQL Database Creation.

2020-05-03 (v1.3.0)

*Added custom spawn point ability.
*Cleaner Code(Maybe?).
*Removed something could be bugs.

2020-05-02 (v1.2.2)

* Added support for updater plugin.
* Cleaner Code.
* Bug fixed

2020-05-02 (v1.1.0)

* Added hud type : Hud message (big text)
* Cleaner code.

2020-05-01 (v1.0.0)

* Initial release.
Installation instructions:

First you need to install 'Dev Zones' Plugin by Franc1sco

Also you must have your mysql(mariadb) server for saving records.

If you have phpmyadmin, you can import sql file in attachment.
If you don't have phpmyadmin thing, you can also write query text in mysql console at your own.
These process is now automated. So you don't need to add tables at your own.

After setting up mysql, add this code in sourcemod/configs/databases.cfg
Code:

        "surf"
        {
                "driver"                        "mysql"
                "host"                                "[YOUR MYSQL HOST]"
                "database"                        "surf"
                "user"                                "[YOUR MYSQL USERNAME]"
                "pass"                                "[YOUR MYSQL PASSWORD]"
                "port"                                "[YOUR MYSQL PORT (default by 3306)]"
        }

And add surf-utilities.smx in sourcemod/plugins/

If you don't want hear 'hint' sound, add this line 'sv_hudhint_sound 0' in cfg/server.cfg


Dependencies:

'Dev Zones' Plugin by Franc1sco: devzones.smx, devzones.inc


Recommendations:

No Block : Removes player versus player collisions. Useful for mod-tastic servers running surf maps, etc.


Plans:
  • Multiple Tracks(To be implemented)
  • Checkpoint(To be implemented)
  • Speedometer(To be implemented)

Media:



Direct Download

My Github Link

paulo_crash 05-02-2020 13:12

Re: [ANY?] Surf Utilities - A Skill Surf Plugin
 
I liked it, I will be testing it on my CSGO Surf servers.

Any problems I report here, thanks for sharing.

I just leave a suggestion already, in the future include the option to translate the plugin, both the menu and HUD.

deathmojang 05-03-2020 00:53

Re: [ANY?] Surf Utilities - A Skill Surf Plugin
 
Quote:

Originally Posted by paulo_crash (Post 2697635)
I liked it, I will be testing it on my CSGO Surf servers.

Any problems I report here, thanks for sharing.

I just leave a suggestion already, in the future include the option to translate the plugin, both the menu and HUD.

I'll add the option to translate the plugin. Thank you for replying, sir.

Groven 05-03-2020 05:05

Re: [ANY?] Surf Utilities - A Skill Surf Plugin
 
Looks nice :)

deathmojang 05-03-2020 06:41

Re: [ANY?] Surf Utilities - A Skill Surf Plugin
 
Quote:

Originally Posted by Groven (Post 2697776)
Looks nice :)

Thank you :)


All times are GMT -4. The time now is 09:22.

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