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

[TF2] Bread Bread Bread


Post New Thread Reply   
 
Thread Tools Display Modes
robotortoise
Senior Member
Join Date: Nov 2013
Old 06-19-2014 , 00:56   Re: [TF2] Bread Bread Bread
Reply With Quote #21

Oh. Sorry
robotortoise is offline
OddworldCrash
Member
Join Date: May 2013
Location: Switzerland
Old 07-21-2014 , 19:40   Re: [TF2] Bread Bread Bread
Reply With Quote #22

Quote:
Originally Posted by robotortoise View Post
Oh. Sorry
The turtle avatar suits you well
__________________
http://oddynation.com
TF2 Community
OddworldCrash is offline
Send a message via Skype™ to OddworldCrash
robotortoise
Senior Member
Join Date: Nov 2013
Old 07-21-2014 , 21:04   Re: [TF2] Bread Bread Bread
Reply With Quote #23

Quote:
Originally Posted by OddworldCrash View Post
The turtle avatar suits you well
__________________
-Robotortoise [Palutena's Bro]

If you ever need help with Wii/Gamecube/DS sounds/music/ect., I'm your man!

Contact me via Steam

I don't bite.


How to loop and compress .wav files

Me and my friends' server
robotortoise is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 07-22-2014 , 05:51   Re: [TF2] Bread Bread Bread
Reply With Quote #24

Fuck sake people, whats with all the offtopic posts?
404UserNotFound is offline
robotortoise
Senior Member
Join Date: Nov 2013
Old 07-22-2014 , 14:36   Re: [TF2] Bread Bread Bread
Reply With Quote #25

Quote:
Originally Posted by abrandnewday View Post
Fuck sake people, whats with all the offtopic posts?
Don't ask me.

Anyways, so uh....bread.

Any way to make this part of gibs?
__________________
-Robotortoise [Palutena's Bro]

If you ever need help with Wii/Gamecube/DS sounds/music/ect., I'm your man!

Contact me via Steam

I don't bite.


How to loop and compress .wav files

Me and my friends' server
robotortoise is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 07-23-2014 , 19:40   Re: [TF2] Bread Bread Bread
Reply With Quote #26

dunno. hook into player death, check for gib event, spawn many bread function, done.
404UserNotFound is offline
arthurdead
Senior Member
Join Date: Jul 2013
Old 07-23-2014 , 20:05   Re: [TF2] Bread Bread Bread
Reply With Quote #27

PHP Code:
#include <sourcemod>
#include <sdktools>
#include <tf2_stocks>
#pragma semicolon 1;

public OnPluginStart()
{
    
HookEvent("player_death"Event_Death);
}

public 
Event_Death(Handle:event, const String:name[], bool:dontBroadcast)
{
    new 
victim GetClientOfUserId(GetEventInt(event"userid"));
    new 
death_flags GetEventInt(event"death_flags");
    if(
death_flags TF_DEATHFLAG_GIBBED)
    {
        
//breadgibs
    
}


Last edited by arthurdead; 07-23-2014 at 20:05.
arthurdead is offline
robotortoise
Senior Member
Join Date: Nov 2013
Old 07-27-2014 , 19:09   Re: [TF2] Bread Bread Bread
Reply With Quote #28

Quote:
Originally Posted by arthurdead View Post
PHP Code:
#include <sourcemod>
#include <sdktools>
#include <tf2_stocks>
#pragma semicolon 1;

public OnPluginStart()
{
    
HookEvent("player_death"Event_Death);
}

public 
Event_Death(Handle:event, const String:name[], bool:dontBroadcast)
{
    new 
victim GetClientOfUserId(GetEventInt(event"userid"));
    new 
death_flags GetEventInt(event"death_flags");
    if(
death_flags TF_DEATHFLAG_GIBBED)
    {
        
//breadgibs
    
}

Okay, I'll try that.
__________________
-Robotortoise [Palutena's Bro]

If you ever need help with Wii/Gamecube/DS sounds/music/ect., I'm your man!

Contact me via Steam

I don't bite.


How to loop and compress .wav files

Me and my friends' server
robotortoise is offline
arthurdead
Senior Member
Join Date: Jul 2013
Old 07-27-2014 , 19:32   Re: [TF2] Bread Bread Bread
Reply With Quote #29

Quote:
Originally Posted by robotortoise View Post
Okay, I'll try that.
its not a plugin it does nothing
arthurdead is offline
robotortoise
Senior Member
Join Date: Nov 2013
Old 07-27-2014 , 20:04   Re: [TF2] Bread Bread Bread
Reply With Quote #30

Quote:
Originally Posted by arthurdead View Post
its not a plugin it does nothing
Oh. Then why'd it compile. :O
__________________
-Robotortoise [Palutena's Bro]

If you ever need help with Wii/Gamecube/DS sounds/music/ect., I'm your man!

Contact me via Steam

I don't bite.


How to loop and compress .wav files

Me and my friends' server
robotortoise is offline
Reply



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 15:25.


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