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

SM Parachute


Post New Thread Reply   
 
Thread Tools Display Modes
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 02-01-2017 , 12:17   Re: SM Parachute
Reply With Quote #701

Quote:
Originally Posted by x9yy View Post
Plugin isnt working.
It still dont create a .cfg file too
Any help? I mean u cant fail to install this 3 files ^^
plugin works since years like charm on my servers.
Any errors in .../csgo/addons/sourcemod/logs ?
__________________
coding & free software
shanapu is offline
x9yy
Member
Join Date: Jan 2017
Old 02-01-2017 , 14:26   Re: SM Parachute
Reply With Quote #702

I just reinstalled it and now its working, lulz. Im sorry.
x9yy is offline
Newbie_Sexy
Member
Join Date: Aug 2016
Location: Vietnam
Old 06-23-2017 , 05:23   Re: SM Parachute
Reply With Quote #703

Hey, I have a problem. That is when I install plugin (without models, materials), it work fine to me but when a player connect to my server, it always say to the player: "Downloading models/parachute/parachute_carbon.dx80.vtx." ( and I can't change the cvar
Newbie_Sexy is offline
Ghost34
Member
Join Date: Jul 2017
Location: In the middle of nothing
Old 08-03-2017 , 12:53   Re: SM Parachute
Reply With Quote #704

Where I can config the plugin with the cvars?
Ghost34 is offline
Newbie_Sexy
Member
Join Date: Aug 2016
Location: Vietnam
Old 08-04-2017 , 00:43   Re: SM Parachute
Reply With Quote #705

Quote:
Originally Posted by Ghost34 View Post
Where I can config the plugin with the cvars?
I don't know why but I can't change the cvars?
__________________
I am a noob so... hope you guys will help me up
P/s .-. : My English is bad, i am good at Vietnamese
Newbie_Sexy is offline
Zeddy_god
Senior Member
Join Date: May 2015
Location: Mumbai, India
Old 08-24-2017 , 03:46   Re: SM Parachute
Reply With Quote #706

Can anyone edit it so we can add the new parachute models [Rainbow etc] ? Would be great!
__________________
Zeddy_god is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 08-24-2017 , 16:29   Re: SM Parachute
Reply With Quote #707

Quote:
Originally Posted by Zeddy_god View Post
Can anyone edit it so we can add the new parachute models [Rainbow etc] ? Would be great!
you can edit the source and compile it for yourself to add custom parachutes.
just edit Line 125-130.
PHP Code:
//Parachute Model
#define PARACHUTE_MODEL        "parachute_carbon"

//Parachute Textures
#define PARACHUTE_PACK        "pack_carbon"
#define PARACHUTE_TEXTURE    "parachute_carbon" 
otherwise, if there is someone wanna rewrite this, take a look at this snippet http://pastebin.com/raw/yLmvZFsS by zipcore
__________________
coding & free software
shanapu is offline
LESTRO
Member
Join Date: Jul 2017
Old 08-28-2017 , 06:24   Re: SM Parachute
Reply With Quote #708

Now, is working. Sorry.

Last edited by LESTRO; 08-28-2017 at 06:44.
LESTRO is offline
natrios
Senior Member
Join Date: Feb 2014
Old 10-21-2017 , 07:50   Re: SM Parachute
Reply With Quote #709

Hey, i use Shavit Timer.

I would like the timer to stop when the parachute is in use.

This is "native" from shavit timer |(core.sp):
HTML Code:
CreateNative("Shavit_StopTimer", Native_StopTimer);

Can someone edit the plugin in such a way that it stops the timer?
I use parachute Gravity Fix and Teleport Fix from sm_parachute-no-tp&no-grav

//

I try this:

HTML Code:
#include <sourcemod> 
#include <sdktools> 
#include <shavit> 

public Action OnPlayerRunCmd( int client, int &buttons ) 
{ 
    if ( buttons & IN_USE ) 
    { 
        Shavit_StopTimer(client); 
    } 
}
but don't work. I wants the timer to stop, when a parachute model appears.
On some maps you have to press the button, standing on the ground.I do not want the timer to stop.

Thanks
__________________

natrios is offline
Vicoshow
Junior Member
Join Date: Nov 2017
Location: France
Old 11-23-2017 , 16:53   Re: SM Parachute
Reply With Quote #710

Thanks for your work bro but how to insert a others models ?
__________________
Vicoshow 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 05:45.


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