Raised This Month: $ Target: $400
 0% 

[THC RPG] Total HardCore RPG


Post New Thread Reply   
 
Thread Tools Display Modes
svpure
Member
Join Date: Aug 2009
Old 07-25-2014 , 19:58   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1611

Quote:
Originally Posted by 030Maric View Post
I have a edit version whit a Permanent visible Display on right side (keyhinttext) and some other and modifiyed Upgrades..

im not sure if it works at the moment while im done whit css 6-8 month ago...

but maybe someone need this..
vous maviez fais payer votre rpg plugin quand jai acheter le plugin o30........... i
__________________

Last edited by svpure; 07-25-2014 at 19:58.
svpure is offline
vinhtq115
Junior Member
Join Date: Jul 2014
Location: Vietnam
Old 07-28-2014 , 09:12   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1612

Quote:
Originally Posted by 030Maric View Post
I have a edit version whit a Permanent visible Display on right side (keyhinttext) and some other and modifiyed Upgrades..

im not sure if it works at the moment while im done whit css 6-8 month ago...

but maybe someone need this..
Hi. Can you tell me how to install this?
vinhtq115 is offline
coty9090
Senior Member
Join Date: Aug 2007
Old 07-28-2014 , 17:35   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1613

Quote:
Originally Posted by 030Maric View Post
I have a edit version whit a Permanent visible Display on right side (keyhinttext) and some other and modifiyed Upgrades..

im not sure if it works at the moment while im done whit css 6-8 month ago...

but maybe someone need this..
It does not work. It loads fine and shows the keyhinttext but right when you shoot someone the server crashes.
coty9090 is offline
vinhtq115
Junior Member
Join Date: Jul 2014
Location: Vietnam
Old 07-29-2014 , 02:22   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1614

@coty9090: Hey, how did you install this plugin?
vinhtq115 is offline
coty9090
Senior Member
Join Date: Aug 2007
Old 08-01-2014 , 14:44   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1615

Quote:
Originally Posted by vinhtq115 View Post
@coty9090: Hey, how did you install this plugin?
Extract the files to their corresponding folders, then add:


"thc_rpg"
{
"driver" "sqlite"
"database" "thc_rpg"
}

to the "addons/sourcemod/configs/databases.cfg" file. Restart server.

Quote:
Originally Posted by 030Maric View Post
I have a edit version whit a Permanent visible Display on right side (keyhinttext) and some other and modifiyed Upgrades..

im not sure if it works at the moment while im done whit css 6-8 month ago...

but maybe someone need this..
What files did you edit to add keyhinttext? I saw a few files and tried editting the original mod with what you added but i must have missed a lot. I'm no coder. -.-

Last edited by coty9090; 08-01-2014 at 14:47.
coty9090 is offline
030Maric
Member
Join Date: Apr 2012
Location: Berlin
Old 08-01-2014 , 15:25   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1616

Quote:
Originally Posted by coty9090 View Post
Extract the files to their corresponding folders, then add:


"thc_rpg"
{
"driver" "sqlite"
"database" "thc_rpg"
}

to the "addons/sourcemod/configs/databases.cfg" file. Restart server.



What files did you edit to add keyhinttext? I saw a few files and tried editting the original mod with what you added but i must have missed a lot. I'm no coder. -.-

You have to edit the core.inc

Code:
public Action:TimerOneSecond(Handle:timer)
{
 for(new i = 1; i <= MaxClients; i++)
 {
  if(IsValidPlayer(i))
   if(bEnableInform[i])
   {
    if(IsPlayerAlive(i))     
    PrintKeyHintText(i, "%T",  "HudInfo", i, GetClientHealth(i), GetClientArmor(i), GetClientAlpha(i), GetLevel(i), GetCredits(i), GetXP(i), GetReqXP(i));
   }
 }
}
030Maric is offline
coty9090
Senior Member
Join Date: Aug 2007
Old 08-04-2014 , 14:40   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1617

Quote:
Originally Posted by 030Maric View Post
You have to edit the core.inc

Code:
public Action:TimerOneSecond(Handle:timer)
{
 for(new i = 1; i <= MaxClients; i++)
 {
  if(IsValidPlayer(i))
   if(bEnableInform[i])
   {
    if(IsPlayerAlive(i))     
    PrintKeyHintText(i, "%T",  "HudInfo", i, GetClientHealth(i), GetClientArmor(i), GetClientAlpha(i), GetLevel(i), GetCredits(i), GetXP(i), GetReqXP(i));
   }
 }
}
I did add that, and a few other files i could find that related to the keyhinttext but it still didn't show. Does it matter where i place them in the files?

Last edited by coty9090; 08-04-2014 at 14:43.
coty9090 is offline
svpure
Member
Join Date: Aug 2009
Old 08-16-2014 , 14:55   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1618

Quote:
Originally Posted by 030Maric View Post
You have to edit the core.inc

Code:
public Action:TimerOneSecond(Handle:timer)
{
 for(new i = 1; i <= MaxClients; i++)
 {
  if(IsValidPlayer(i))
   if(bEnableInform[i])
   {
    if(IsPlayerAlive(i))     
    PrintKeyHintText(i, "%T",  "HudInfo", i, GetClientHealth(i), GetClientArmor(i), GetClientAlpha(i), GetLevel(i), GetCredits(i), GetXP(i), GetReqXP(i));
   }
 }
}


maric is a thief he swindled people by giving not pay plugins worth 50 euros
__________________
svpure is offline
Robin955
Veteran Member
Join Date: Jun 2013
Old 09-21-2014 , 21:01   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1619

also any way to make +damage work with core.txt damage increase?

put damage to 2.0 and i deal 100 dmg = 200 exp gained.

if i upgrade my damage to +50% damage, and i deal 100 damage to enemy = 100 exp. because 50 real damage shown in console = 100.

and due to this, just simply buying + damage will make you get less exp. lel

Last edited by Robin955; 09-24-2014 at 19:51.
Robin955 is offline
Robin955
Veteran Member
Join Date: Jun 2013
Old 09-24-2014 , 19:49   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1620

Quote:
Originally Posted by JZServices View Post
disable all plugins except for sourcemod's and thc rpg... see if you have a conflict with another plugin. Many people are using a template to create large plugins and when they run together the core of the second plugin does not report back correctly it is loaded. (see my post and if this is the case you can force it to run if you know it is actually going to load correctly)
could you explain this??

Load Errors:
[THC RPG] CS:GO: [Core] [OnMyModuleDisable] PLUGIN STOPPED - Reason: core module got disabled - PLUGIN STOPPED


this is common, installing store and running thc_rpg. give a simple solution.

disable all plugins ? from where and why? wot? i have thc _ rpg going and then i installed store, and store takes its place. someone found a resolution for me earlier but still. i didn't understand ur answer.
Robin955 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 19:38.


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