Raised This Month: $12 Target: $400
 3% 

Be the MvM Tank!


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Seamusmario
Member
Join Date: Jun 2017
Location: United States
Plugin ID:
5851
Plugin Version:
1.0
Plugin Category:
General Purpose
Plugin Game:
Team Fortress 2
Plugin Dependencies:
Servers with this Plugin:
 
Plugin Description:
Lets you become a MvM Tank without using entities!
Unapprover:
Reason for Unapproving:
no plugin
Old 10-02-2017 , 14:00   Be the MvM Tank!
Reply With Quote #1

This plugin is unaproved! no plugin 4 u!

Last edited by Seamusmario; 11-19-2017 at 10:04.
Seamusmario is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 10-02-2017 , 14:31   Re: Be the MvM Tank!
Reply With Quote #2

Wonder if this is just Pelipoika's Be The Tank plugin ripped off...

And if there isn't a download, then why even make a thread?

Last edited by 404UserNotFound; 10-02-2017 at 14:32.
404UserNotFound is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 10-02-2017 , 14:34   Re: Be the MvM Tank!
Reply With Quote #3

Quote:
Originally Posted by 404UserNotFound View Post
Wonder if this is just Pelipoika's Be The Tank plugin ripped off...

And if there isn't a download, then why even make a thread?
There was, I didn't actually download it this time.

Unapproved, no plugin.
__________________
sneaK is offline
Benoist3012
Veteran Member
Join Date: Mar 2014
Location: CWave::ForceFinish()
Old 10-02-2017 , 14:37   Re: Be the MvM Tank!
Reply With Quote #4

Quote:
Originally Posted by Seamusmario View Post
Commands:
!betank
!betank2
!kant


I allow you to edit the sourcecode, if you know what your doing...


Original Plugin is in My TF2 Server.



Community: http://steamcommunity.com/groups/SEAMServer

If you want to let admins only use this,
Go to sourcemod -> configs
and paste this into "admin_overrides.cfg"
"sm_betank" "FLAG"
"sm_betank2" "FLAG"
"sm_kant" "FLAG"
Replace the "FLAG" into a admin flag you want.

Unfortently i have to work on the plugin again, won't be downloadable untill done.

Removing attached files, and leaving a plugin post blank is not allowed, now let's break down into the code you posted earlier, for those who are curious the sourcecode is attached on my post.

So we start with missing author desc field, even if it's optional it's always nice to have these filled so server owners know what they are running and from who when using "sm plugins list"
Code:
public Plugin:myinfo = {     name = "Be the Tank",     author = "Unknown",     description = "Unknown",     version = "1.0",     url = "unknown" }

The only commands in your plugin are sm_bebuster & sm_retsub
Code:
RegConsoleCmd("sm_bebuster", Command_scout, "Lets you become a Spy that is so powerfull.");     RegConsoleCmd("sm_retsub", Command_scout, "Lets you become a Spy that is so powerfull.");

These commands are not the ones you mentioned in your post, and doesn't server the intended plugin's goal.

The symbol for Event_SkeletonDeath is undefined, making your code uncompilable, so what's inside the smx you had attached on your post earlier?
Code:
HookEvent("player_death", Event_SkeletonDeath, EventHookMode_Pre);

You are saying:
Quote:
Originally Posted by Seamusmario View Post
I allow you to edit the sourcecode, if you know what your doing...
but you don't seem to know what you are really doing, the code seems to be ripped code part from others plugins.
Attached Files
File Type: sp Get Plugin or Get Source (bethetank.sp - 261 views - 5.5 KB)
__________________
Benoist3012 is offline
Seamusmario
Member
Join Date: Jun 2017
Location: United States
Old 11-19-2017 , 10:07   Re: Be the MvM Tank!
Reply With Quote #5

thanks very much, didn't know about this.
Seamusmario is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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