AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   SyN Surf Jetpack (https://forums.alliedmods.net/showthread.php?t=44484)

Cheap_Suit 09-06-2006 03:01

SyN Surf Jetpack
 
2 Attachment(s)
.: Description :.
This is not a normal jetpack. This version of jetpack give's a forward thrust when minimum speed is reached (assuming your surfing).
Thus making it EZ to surf. Great plugin for beginners and totally insane for experience surfers.


.: Client Commands :.
say /buyjetpack - Buys a surf jetpack
say buy_jetpack - Buys a surf jetpack

buy_jetpack - Same as above (binding purpose)
buyjetpack - Same as above (binding purpose)


.: Admin Command :.
sjp_givesj <userid> - Gives users surf jetpack
sjp_stripsj <userid> - Strips users surf jetpack


.: Cvars :.
sjp_cost (D: 5000) - Sets jetpack cost
sjp_thrust(D: 10) - Sets thrust of the jetpack
sjp_min_speed(D: 400) - Minimum speed for surf jetpack to activate
sjp_max_speed(D: 1200) - Maximum speed for surf jetpack


.: Changelog :.
  • Version 1.4 - Initial Release

ThomasNguyen 09-06-2006 07:27

Re: SyN Surf Jetpack
 
Awsome! nice work. Cant test right now because i have to go to school but ill be home later. Today , 08:01 AM(i woke up) ^^

Martin1 09-06-2006 07:50

Re: SyN Surf Jetpack
 
Awesome plugin Barry.
You should make an !337 surfing video

Charming 09-06-2006 08:06

Re: SyN Surf Jetpack
 
Barry owns 24/7.

Xanimos 09-06-2006 10:56

Re: SyN Surf Jetpack
 
Only thing I would like to see done to this is either use all engine or preferably all FM, but not both.

Zenith77 09-06-2006 12:22

Re: SyN Surf Jetpack
 
I still say you should check for their buttons :grrr:.

Anyways, good job :up:. People should really like this, good stuff.

WildSoft 09-21-2006 13:24

Re: SyN Surf Jetpack
 
It would be nice if the plugin made a public announcement to tell people it exists and how to buy it. Maby even how to bind it. Otherwise it's a great plugin! Nice job! :up: =) +karma :wink:
Perfect for a surf-noob like me :P

I'm no coder but I tryed this myself. Problem is, it only prints the message once on a mapchange, at the beginning :(

Code:
public client_putinserver(id) {     set_task(55.0, "Announcement", id)     return PLUGIN_CONTINUE } public Announcement(id) {     client_print(id, print_chat, "Type /buyjetpack or /buy_jetpack to buy a surf-jetpack. You can also bind this, 'bind 'button' buyjetpack or buy_jetpack' in your console.") }

EDIT:
Got some more sugestions... :)

#1 It would be good if you add in a command like /dropjetpack, /dj, /djpk or something like that. So you can use the jetpack on hard levels but be able to drop it when you no longer want/need it.

#2 Maby add a shorter commands to? Like /bjpk or /bj. Easyer for those who don't know how to bind.

#3 Sometimes it bugs, keeps speeding you up when you no longer are on a ramp. Don't know if you can fix this just thought I would repport it =)

Cheap_Suit 09-22-2006 02:19

Re: SyN Surf Jetpack
 
I dont like ads. If your running tons of over peoples plugins it will just flood the chat area.
anyways, tis should repeat the Annountcement every 55 seconds
set_task(55.0, "Announcement", id, _,_, "b")

WildSoft 09-27-2006 04:49

Re: SyN Surf Jetpack
 
Thank's :)

It can be usefull to show it's avalible on the sevrer and how to obtain it =)

Else you will get to answer the same question over and over :P

DarkSlain 11-28-2006 22:15

Re: SyN Surf Jetpack
 
the give jetpack command isn't in the command list

other than that... nice work :D


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

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