Raised This Month: $32 Target: $400
 8% 

[TF2] Be The Giant Deflector Heavy


Post New Thread Reply   
 
Thread Tools Display Modes
DJPlaya
Senior Member
Join Date: Nov 2014
Location: Germany
Old 09-28-2015 , 17:45   Re: [TF2] Be The Giant Deflector Heavy
Reply With Quote #171

Quote:
Originally Posted by starter87 View Post
what would be the commands to let all the players to use this? its saying that the don't have access to the command
Normally u can use >this way< for changing the command acces, just make an new line with this
HTML Code:
"sm_bedeflector" ""
but be sure that the players dosent spam the command or ur server will explode

To tech a bit of coding, another way of making it public this would be changing "RegAdminCmd" to "RegConsoleCmd" and removing the ", ADMFLAG_ROOT"
DJPlaya is offline
Send a message via Skype™ to DJPlaya
algo1122
New Member
Join Date: Dec 2016
Old 12-06-2016 , 19:56   Re: [TF2] Be The Giant Deflector Heavy
Reply With Quote #172

So i cant seem to figure out how to install this as ive never installed a plugin before ive looked up other tutorials on youtube but they require programs i dont trust or theyre on a device i dont have please help? Im running on windows
algo1122 is offline
xXDeathreusXx
Veteran Member
Join Date: Mar 2013
Location: pPlayer->GetOrigin();
Old 12-07-2016 , 02:35   Re: [TF2] Be The Giant Deflector Heavy
Reply With Quote #173

Quote:
Originally Posted by algo1122 View Post
So i cant seem to figure out how to install this as ive never installed a plugin before ive looked up other tutorials on youtube but they require programs i dont trust or theyre on a device i dont have please help? Im running on windows
Drag and drop the .smx into sourcemod/plugins
__________________
Plugins|Profile
Requests closed

I'm a smartass by nature, get used to it
xXDeathreusXx is offline
starter87
Junior Member
Join Date: Jul 2012
Old 04-12-2017 , 10:17   Re: [TF2] Be The Giant Deflector Heavy
Reply With Quote #174

Quote:
Originally Posted by xXDeathreusXx View Post
Drag and drop the .smx into sourcemod/plugins
on the BetheGiant plugin how do I set it that everyone can use the sm_giant command, no matter how I put it on the overrides it doesn't work.
starter87 is offline
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 11-06-2017 , 00:07   Re: [TF2] Be The Giant Deflector Heavy
Reply With Quote #175

Can I get some assistance in updating the attached code? I'd like it to force equip the following weapons on the target:

primary slot = Dragons Fury ( 1178 )
secondary slot = Thermal Thruster (1179)
melee = Hot Hand (1181)

Code can be either with or without give weapons plugin, as I am also using that.

The plugin works fine if the target already has those items equipped. However, I'd like the plugin to force equip those weapons even if they don't have those specific weapons equipped, or have them at all.

This plugin makes the target a Giant Pyro with significantly increased fire rate of Dragons Fury, Increased charge rate of Thermal Thruster, ability to use thruster while airborne, and increased melee swing rate.

Note: This is a variation of versions created by Peploika, Flaminsarge, and Jaster. I'm definitely no programmer.
Attached Files
File Type: smx bedragon.smx (13.0 KB, 174 views)
File Type: sp Get Plugin or Get Source (bedragon.sp - 164 views - 14.3 KB)
File Type: inc bedragon.inc (782 Bytes, 248 views)

Last edited by PC Gamer; 11-06-2017 at 00:07.
PC Gamer is offline
Cirius
Junior Member
Join Date: Jan 2018
Old 06-04-2018 , 05:37   Re: [TF2] Be The Giant Deflector Heavy
Reply With Quote #176

Your plugin failed to compile! Read the errors below:
SourcePawn Compiler 1.7.1
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2014 AlliedModders LLC

/home/groups/sourcemod/upload_tmp/phpbx5GRB.sp(5) : fatal error 182: cannot read from file: "bedeflector"

Compilation aborted.
1 Error.

what to do?
Cirius is offline
MaloModo
Veteran Member
Join Date: Aug 2008
Old 06-04-2018 , 18:21   Re: [TF2] Be The Giant Deflector Heavy
Reply With Quote #177

Quote:
Originally Posted by Cirius View Post
Your plugin failed to compile! Read the errors below:
SourcePawn Compiler 1.7.1
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2014 AlliedModders LLC

/home/groups/sourcemod/upload_tmp/phpbx5GRB.sp(5) : fatal error 182: cannot read from file: "bedeflector"

Compilation aborted.
1 Error.

what to do?
did you include the .inc file?

Last edited by MaloModo; 06-04-2018 at 18:24.
MaloModo is offline
Cirius
Junior Member
Join Date: Jan 2018
Old 09-15-2018 , 20:31   Re: [TF2] Be The Giant Deflector Heavy
Reply With Quote #178

Hello! Can you add this to your plugin? https://wiki.alliedmods.net/Admin_Me...eMod_Scripting) So that through the Menu admins you could make different players with giants.
Cirius is offline
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 02-04-2019 , 14:11   Re: [TF2] Be The Giant Deflector Heavy
Reply With Quote #179

Here's a version I made: Be the Giant Yeti

Features: Makes you a Giant Heavy with Yeti skin. Does 6X damage, increased speed, jump height, and more. This is overpowered for normal servers but I run a Uber Upgrades server with bots that get harder every round so this fits in nicely as is. Feel free to edit to your needs.

Command: !beyeti or !beyeti <target>
Effect: You (or target) will become a Giant Yeti until you die or touch a locker.

Enjoy!

Note: This is a variation of versions created by Peploika, Flaminsarge, and Jaster.

Edit: Adding files for the Yeti model. Unzip yetimodel.zip into directory of: tf/models/yeti/player/
Attached Images
File Type: bmp yeti.bmp (60.1 KB, 81 views)
Attached Files
File Type: smx beyeti.smx (15.2 KB, 72 views)
File Type: sp Get Plugin or Get Source (beyeti.sp - 85 views - 17.0 KB)
File Type: zip yetimodel.zip (297.0 KB, 76 views)

Last edited by PC Gamer; 04-12-2019 at 17:19. Reason: Added missing model files
PC Gamer is offline
starter87
Junior Member
Join Date: Jul 2012
Old 04-12-2019 , 01:11   Re: [TF2] Be The Giant Deflector Heavy
Reply With Quote #180

Quote:
Originally Posted by PC Gamer View Post
Here's a version I made: Be the Giant Yeti

Features: Makes you a Giant Heavy with Yeti skin. Does 6X damage, increased speed, jump height, and more. This is overpowered for normal servers but I run a Uber Upgrades server with bots that get harder every round so this fits in nicely as is. Feel free to edit to your needs.

Command: !beyeti or !beyeti <target>
Effect: You (or target) will become a Giant Yeti until you die or touch a locker.

Enjoy!

Note: This is a variation of versions created by Peploika, Flaminsarge, and Jaster.
Interesting, it does not work tho, even if I complie it, i hope you can fix it

Last edited by starter87; 04-12-2019 at 01:12.
starter87 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 04:04.


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