Giter Site home page Giter Site logo

smrpg's Introduction

SM:RPG

A modular generic RPG plugin for SourceMod 1.10+.

Build Status

Based on CSS:RPG v1.0.5 by SeLfkiLL.

Introduction

SM:RPG is a generic RPG (Role Playing Game) plugin. Players earn experience by killing other players or on other game dependent events. After they reach a certain amount of experience, they level up and get some credits. The credits can be used to buy upgrades which give the player an advantage against his enemies.

This plugin tries to be as game independent as possible. If some upgrade or core feature isn't working in your game, leave a comment. There's a seperate plugin for Counter-Strike: Source/Global Offensive to give proper experience on game events like bomb exploded or hostage rescued.

Modular upgrades

All upgrades are standalone plugins that register with the core. The core smrpg plugin handles the levels, experience and credits of a player as well as the upgrade levels. When an upgrade registers itself at the core, it'll automatically be added to the rpgmenu for players to buy.

Server admins can install a new upgrade simply by loading the upgrade plugin.

Installation

  • Download the latest pre-compiled build (alternative download).
  • Upload the plugins as well as the configs, gamedata and translations folders to your gameserver.
    • Only upload the plugins/upgrades you want to use. See below for an explanation of each plugin's purpose.
  • (Optional) Install DHooks for the Speed+ upgrade.
  • (Optional) On CS:GO install Movement Unlocker for the Bouncy Bullets upgrade.
  • Add a "smrpg" section to your databases.cfg. Both mysql and sqlite are supported.
	"smrpg"
	{
		"driver"			"sqlite"
		"database"			"smrpg"
	}
  • Start your server. The core config files are generated in [mod]/cfg/sourcemod/ and the config files for the single upgrades in [mod]/cfg/sourcemod/smrpg. See the Wiki for a description of convars.
  • Next to the above generated config files there are additional config files in [mod]/addons/sourcemod/configs/smrpg.

Compile requirements

Compile instructions

  • Compile the core smrpg plugin (see Compile requirements)
    • Files in the scripting/smrpg and scripting/smrpg_effects folders are included in the respective plugins smrpg.sp and smrpg_effects.sp and mustn't be compiled on their own.
  • If there is a seperate experience module for your game (currently only cstrike), compile and upload that too.
  • Compile all optional features if you want them.
    • smrpg_antisuicide - Punish players who commit suicide during a fight by taking some experience.
    • smrpg_ban - Ban players from using and managing their upgrades and gaining experience for a time or permanently.
    • smrpg_chattags - Add RPG level and/or rank in front of chat messages.
    • smrpg_chatxpstats - Display infos in chat about gained experience for a kill or during the whole last life.
    • smrpg_commandlist - Teach players about different available rpg related chat commands.
    • smrpg_disablexp - Admin option to temporarily disable experience for individual players.
    • smrpg_effects - Central library to apply similar upgrade effects. Required by some upgrades!
    • smrpg_gifting - Allow players to give other players rpg credits as a gift.
    • smrpg_keyhint_info - Display rpg stats and more info permanently on the screen.
    • smrpg_noxpzones - Disable earning of experience while a player or the target is in a defined zone on the map.
    • smrpg_resetstats - Automatically reset the stats on different conditions and display next reset date in chat.
    • smrpg_turbomode - Increase the experience and credits rate for one map, but don't save the stats. For fun events.
  • Compile all the upgrades you want to use

API

Developers can easily add new upgrades using the extensive API provided by the core. There are forwards and natives to control the earned experience, level and credits. You can add your own items to the rpgmenu as well. Have a look at the include files!

See the available upgrade plugins for examples. You can use the example upgrade as a skeleton.

Available upgrades

  • Adrenaline (Counter-Strike only) - Increase your speed shortly when firing a weapon.
  • Antidote - Reduce duration of bad effects against you like burning, freezing or slow down.
  • Antiflash (Counter-Strike only) - Reduce blinding effect of flashbangs on you.
  • Armor+ (Counter-Strike only) - Increases your maximal armor.
  • Armor Helmet (Counter-Strike only) - Gives players a chance to receive a helmet on spawn.
  • Armor Regeneration (Counter-Strike only) - Regenerates armor regularly.
  • Bouncy Bullets - Push enemies away by shooting them.
  • Damage+ - Deal additional damage on enemies.
  • Denial - Keep your weapons the next time you spawn after you've died.
  • Fast Reload (Counter-Strike only) - Increases the reload speed of guns.
  • Fire Grenade - Ignites players damaged by your grenade.
  • Fire Pistol - Ignites players hit with a pistol.
  • Frost Pistol - Slow down players hit with a pistol.
  • Grenade Resupply (Counter-Strike only) - Regenerates grenades x seconds after you threw them.
  • Health+ - Increases your maximal health.
  • HP Regeneration - Regenerates HP regularly.
  • Ice Grenade - Freezes players damaged by your grenade in place.
  • Ice Stab - Freeze a player in place when knifing him.
  • Impulse - Gain speed for a short time when being shot.
  • Increase Clipsize - Increases the size of a weapon's clip.
  • Increase Firerate - Increases the firerate of weapons.
  • Long Jump - Boosts your jump speed.
  • Medic - Heals team mates around you.
  • Mirror Damage - Mirror some of your received damage back to the attacker.
  • Poison Smoke (Counter-Strike: Source only) - Damages players inside the smoke of a smoke grenade.
  • Position Swap - Gives you the chance to swap positions with your attacker.
  • Reduced Fall Damage - Reduces the damage you take from falling from great heights.
  • Reduced Gravity - Reduces your gravity and lets you jump higher.
  • Resupply - Regenerates ammo every third second.
  • Shrinking - Make player models smaller.
  • Speed+ - Increase your average movement speed.
  • Stealth - Renders yourself more and more invisible.
  • Vampire - Steal HP from players when damaging them.

RPG Top 10 on your website

There is an example PHP script to list the top 10 rpg players including their stats and selected levels. You might want to merge it into your website.

Credits

  • SeLfkiLL - author of the original MM:S CSS:RPG plugin.
  • arsirc - author of THC:RPG. Provided the Damage+, Speed+ and Gravity- upgrade ideas and the team lock option.
  • SumGuy14 (Aka Soccerdude) - author of RPGx. Config and visual effect ideas, using a seperate plugin to coordinate similar effects.
  • freddukes - author of SourceRPG. Config ideas, turbo mode, showing menu on levelup, ...

smrpg's People

Contributors

baferpro avatar blueberryy avatar deewatt91 avatar jakubkosmaty avatar nobody-x avatar peace-maker avatar theswitchernl avatar wanted241 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

smrpg's Issues

Shitloads of error spamings when smrpg loses connection with the database.

So I've noticed it spams shitloads of errors when my server lose connection with the database.
Other plugins would just stop or try reconnecting but smrpg somehow would just spam lots of errors at the same time with an unbelievable speed and cause server to freeze and eventually to crash.

Here is the glimpse.

I couldn't post full errors since it spammed almost 300k lines of exact same errors at few seconds.
If you wish to see the full error log, please let me know your email address so I can send it through it.

PS: I'M NOT SAYING YOUR PLUGINS ARE BAD!
I still love smrpg and your works for a valid reason.
And I would love to contribute as much as I can even if it's reporting errors through github.

L 04/11/2015 - 21:39:48: [smdj_csgo.smx] [SQL] MYSQL ERROR (error: Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060))
L 04/11/2015 - 21:40:09: [smrpg\smrpg.smx] Error executing query: Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060)
L 04/11/2015 - 21:40:51: [smrpg\smrpg.smx] Error executing query: Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060)
L 04/11/2015 - 21:41:12: [CLIENTPREFS] Failed SQL Query, Error: "Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060)" (Query id 2 - serial 1)
L 04/11/2015 - 21:41:33: [smrpg\smrpg.smx] Error executing query -1 of 22 queries: Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060)
L 04/11/2015 - 21:42:15: [CLIENTPREFS] Failed SQL Query, Error: "Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060)" (Query id 1 - serial 17153)
L 04/11/2015 - 21:42:36: [smrpg\smrpg.smx] Unable to load player data (Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060))
L 04/11/2015 - 21:42:57: [smdj_csgo.smx] [DJ] MYSQL Query failed! [Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060)]
L 04/11/2015 - 21:43:39: [smrpg\smrpg.smx] Unable to get player rank count (Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060))
L 04/11/2015 - 21:44:00: [smrpg\smrpg.smx] Unable to get player rank (Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060))
L 04/11/2015 - 21:44:21: [smdj_csgo.smx] [SQL] MYSQL ERROR (error: Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060))
L 04/11/2015 - 21:45:03: [smrpg\smrpg.smx] Error executing query -1 of 22 queries: Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060)
L 04/11/2015 - 21:45:24: [smrpg\smrpg.smx] Unable to get player rank count (Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060))
L 04/11/2015 - 21:46:08: SourceMod error session started
L 04/11/2015 - 21:46:08: Info (map "de_dust") (file "errors_20150411.log")
L 04/11/2015 - 21:46:08: [CLIENTPREFS] [2003]: Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060)
L 04/11/2015 - 21:47:10: SourceMod error session started
L 04/11/2015 - 21:47:10: Info (map "de_dust") (file "errors_20150411.log")
L 04/11/2015 - 21:47:10: [CLIENTPREFS] [2003]: Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060)
L 04/11/2015 - 21:48:39: SourceMod error session started
L 04/11/2015 - 21:48:39: Info (map "de_dust") (file "errors_20150411.log")
L 04/11/2015 - 21:48:39: [CLIENTPREFS] [2003]: Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060)
L 04/11/2015 - 21:49:49: SourceMod error session started
L 04/11/2015 - 21:49:49: Info (map "de_dust") (file "errors_20150411.log")
L 04/11/2015 - 21:49:49: [CLIENTPREFS] [2003]: Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060)
L 04/11/2015 - 21:50:25: SourceMod error session started
L 04/11/2015 - 21:50:25: Info (map "de_dust") (file "errors_20150411.log")
L 04/11/2015 - 21:50:25: [CLIENTPREFS] [2003]: Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060)
L 04/11/2015 - 21:51:29: [smdj_csgo.smx] [DJ] Connection Failure! (error: [2003]: Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060))
L 04/11/2015 - 21:51:29: [SM] Plugin encountered error 25: Call was aborted
L 04/11/2015 - 21:51:29: [SM] Native "SetFailState" reported: Error initializing database: [2003]: Can't connect to MySQL server on 'krystal.site.nfoservers.com' (10060)
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\smrpg.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 47, smrpg/smrpg_database.sp::SQL_OnConnect()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_gravity.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 187, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::ApplyGravity()
L 04/11/2015 - 21:51:29: [SM] [1] Line 127, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_gravity.sp::Frame_OnPlayerSpawnPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_speed.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 106, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_speed.sp::Hook_GetPlayerMaxSpeedPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 88, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_health.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 65, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_health.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_denial.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 185, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_denial.sp::Hook_WeaponEquipPost()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 04/11/2015 - 21:51:29: [SM] Displaying call stack trace for plugin "smrpg\upgrades\smrpg_upgrade_armorplus_cstrike.smx":
L 04/11/2015 - 21:51:29: [SM] [0] Line 155, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::GetClientMaxArmor()
L 04/11/2015 - 21:51:29: [SM] [1] Line 74, C:\Scripting\scripting - 복사본 (3)\smrpg_upgrade_armorplus_cstrike.sp::Event_OnPlayerSpawn()
L 04/11/2015 - 21:51:29: [SM] Native "SMRPG_GetUpgradeInfo" reported: Plugin

Compiling a lot of the files have errors

I must be missing a step or something... I compiled the main plugin (smrpg.smx), and most of the optional features, but a lot of the other ones don't compile because of errors.

I used CS:S, windows stable sourcemod 1.7.1-git5151 and got the compile requirements...

smrpg_database.sp

<119> error 017: undefined symbol "LoadSettingsTable"
<123> error 017: undefined symbol "GetUpgradeCount"
and a few more in this one.

No files generate in /cfg/sourcemod/smrpg. (probably because i can't compile smrpg_upgrades.sp)

While using Shrinking, when you crouch in CS:S, it doesn't stay crouched. the screen shoots up as if you never crouched, and then when you release crouch it goes down (to where it should be) and comes up normally.

Import xp from thc_rpg

Lots of server admins want to switch to smrpg. But on the other hand don´t want to loose their databases with hard worked for xp from thc_rpg.

It makes smrpg a lot more attractive: An import function.

Would be a great thing to have, since an import-plugin is definitively missing!

Compiling issues

//SourceMod Batch Compiler
// by the SourceMod Dev Team

//// smrpg.sp
//
// G:\Servers\surf\cstrike\addons\sourcemod\scripting\include\smlib/entities.inc(26) : error 017: undefined symbol "IsValidEntity"
// G:\Servers\surf\cstrike\addons\sourcemod\scripting\include\smlib/entities.inc(26) : warning 215: expression has no effect
// G:\Servers\surf\cstrike\addons\sourcemod\scripting\include\smlib/entities.inc(26) : error 001: expected token: ";", but found ")"
// G:\Servers\surf\cstrike\addons\sourcemod\scripting\include\smlib/entities.inc(26) : error 029: invalid expression, assumed zero
// G:\Servers\surf\cstrike\addons\sourcemod\scripting\include\smlib/entities.inc(26) : fatal error 189: too many error messages on one line
//
// Compilation aborted.
// 4 Errors.
//
// Compilation Time: 0.95 sec
// ----------------------------------------

Press enter to exit ...

get this issue every time i try to compile

plugin resets players without any admin interference?

Hi recently I have gotten several complaints on a server where people claim that their rpg level has been reset to 0.

I recently updated sourcemod to 1.7, and I'm still using the plugins back from 2014 (sourcemod 1.6). Do you think that could be the reason causing it?

Everything else works as it should, but yeah defiantly sounds weird that it just resets players.

Note that it is not all players, but players are claiming that it has been reset back to 0.

smrpg_menu.sp - Compilation aborted

SM 1.7.3, newest compiler.
New installed "smrpg-master.zip"

All smrpg*.sp files compile perfect, save one:


//// smrpg_menu.sp
//
// smrpg_menu.sp(145) : error 017: undefined symbol "GetClientCredits"
// smrpg_menu.sp(171) : error 017: undefined symbol "MAX_UPGRADE_SHORTNAME_LENGT
H"
// smrpg_menu.sp(172) : error 163: indeterminate array size in "sizeof" expressi
on (symbol "sShortname")
// smrpg_menu.sp(174) : error 017: undefined symbol "InternalUpgradeInfo"
// smrpg_menu.sp(174) : error 009: invalid array size (negative, zero or out of
bounds)
// smrpg_menu.sp(174) : error 036: empty statement
// smrpg_menu.sp(174) : fatal error 190: too many error messages on one line
//
// Compilation aborted.
// 7 Errors.


When using with NMRiH clients do not gain experience.

@peace-maker:
NMRiH is No More Room in Hell. Players do not gain experience for killing zombies, however, levels can be granted and upgrades purchased. It would also seem none of the elemental based abilities (Ice stab, fire pistol, etc), and resupply does not work. Clipsize + is working, but not correctly with a couple of the guns. (Less of an issue). For some reason speed+ doesn't even show up. I downloaded the hook addon I needed and it compiled right, but it doesn't make it into the menu. Sorry to throw all this at you at once.

Max lvls

For most upgrades the configs dont work.
So when you change something they are still at the default.
One that is working is firerate, almost every other dont work.
Pretty sure I setup everything correctly.

Native "GetClientHealth" reported: Client is not in game

this was spamming the console when the server crashed:

L 08/19/2015 - 16:34:47: [SM] Displaying call stack trace for plugin "smrpg/smrpg_upgrade_regen.smx":
L 08/19/2015 - 16:34:47: [SM] [0] Line 123, C:\Users\Kevin\Downloads\addons\sourcemod\scripting\upgrades\smrpg_upgrade_regen.sp::Timer_IncreaseHealth()
L 08/19/2015 - 16:34:48: [SM] Native "GetClientHealth" reported: Client 8 is not in game

meta version
Metamod:Source version 1.10.5
Built from: alliedmodders/metamod-source@e0ef546
Build ID: 939:e0ef546
Loaded As: Valve Server Plugin
Compiled on: May 30 2015
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/

sm version
SourceMod Version Information:
SourceMod Version: 1.7.3-dev+5232
SourcePawn Engine: SourcePawn 1.7, jit-x86 (build 1.7.3-dev+5232)
SourcePawn API: v1 = 4, v2 = 6
Compiled on: Aug 15 2015 17:19:08
Built from: alliedmodders/sourcemod@e389f08
Build ID: 5232:e389f08
http://www.sourcemod.net/

ACCELERATOR:

Stack Trace
Function
0 server.so!CCSGameRules::IsSpawnPointValid(CBaseEntity_, CBasePlayer_) + 0x24
1 server.so!CCSPlayer::SelectSpawnSpot(char const_, CBaseEntity_&) + 0x19c
2 server.so!CCSPlayer::EntSelectSpawnPoint() + 0x318
3 server.so!CCSGameRules::GetPlayerSpawnSpot(CBasePlayer_) + 0x17
4 server.so!CBasePlayer::Spawn() + 0x2d1
5 server.so!CCSPlayer::Spawn() + 0xa1
6 server.so!CCSPlayer::RoundRespawn() + 0xa3
7 0xee5029c3
8 bintools.ext.so!CallWrapper::Execute(void_, void*) [CallWrapper.cpp:128 + 0xa]
9 cssdm.ext.2.csgo.so + 0x16580

another crash:

Stack Trace
Function
0 server.so!CCSGameRules::IsSpawnPointValid(CBaseEntity_, CBasePlayer_) + 0x24
1 server.so!CCSPlayer::SelectSpawnSpot(char const_, CBaseEntity_&) + 0x19c
2 server.so!CCSPlayer::EntSelectSpawnPoint() + 0x318
3 server.so!CCSGameRules::GetPlayerSpawnSpot(CBasePlayer_) + 0x17
4 server.so!CBasePlayer::Spawn() + 0x2d1
5 server.so!CCSPlayer::Spawn() + 0xa1
6 server.so!CCSPlayer::RoundRespawn() + 0xa3
7 0xecc189c3
8 bintools.ext.so!CallWrapper::Execute(void_, void*) [CallWrapper.cpp:128 + 0xa]
9 cssdm.ext.2.csgo.so + 0x16580

any idea why, first time I've seen this error, maybe its cause I updated to the latest SM? I compiled the plugins with the same SM version.

Compiling Issues

Result After Compiling:

smrpg.sp
smrpg/smrpg_players.sp(309) : error 017: undefined symbol "ClearHandle"
smrpg/smrpg_stats.sp(664) : error 017: undefined symbol "ClearHandle"
F:\Users\User\cstrike\addons\sourcemod\scripting\smrpg.sp(279) : error 017: undefined
symbol "ClearHandle"
F:\Users\User\cstrike\addons\sourcemod\scripting\smrpg.sp(339) : error 017: undefined
symbol "ClearHandle"


Hope you can figure this out, I am very excited to be using your plugin.

plugins are pausing

error im getting

66.7 fps 0/32 on map surf_banocanyon Jumped()
L 09/22/2015 - 10:11:31: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:31: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:31: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:31: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:31: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:31: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:31: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:31: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:31: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:31: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:31: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:31: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:31: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:31: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:31: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:31: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:31: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:31: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:31: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:31: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:31: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:31: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:31: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:31: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:31: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:31: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:31: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:31: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:31: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:31: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:31: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:31: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:31: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:31: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:31: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:31: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:31: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:31: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:31: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:31: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:31: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:31: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:31: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:31: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:31: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:31: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:31: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:31: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:31: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:31: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:31: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:31: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:31: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:31: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:31: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:31: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 104, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:32: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:32: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:32: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:32: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:33: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:33: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
L 09/22/2015 - 10:11:33: [SM] [0] Line 104, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
L 09/22/2015 - 10:11:33: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:33: [SM] Displaying call stack trace for plugin "smrpg_upgrade_medic.smx":
L 09/22/2015 - 10:11:33: [SM] [0] Line 122, smrpg_upgrade_medic.sp::Timer_ApplyMedic()
L 09/22/2015 - 10:11:33: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:33: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:33: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:33: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:33: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:33: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:33: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:33: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:33: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:33: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:33: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:33: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:33: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:33: [SM] Displaying call stack trace for plugin "smrpg_upgrade_ljump.smx":
L 09/22/2015 - 10:11:33: [SM] [0] Line 139, smrpg_upgrade_ljump.sp::LJump_HasJumped()
L 09/22/2015 - 10:11:33: [SM] [1] Line 116, smrpg_upgrade_ljump.sp::OnPlayerRunCmd()
L 09/22/2015 - 10:11:34: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:34: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
L 09/22/2015 - 10:11:34: [SM] [0] Line 104, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
L 09/22/2015 - 10:11:34: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:34: [SM] Displaying call stack trace for plugin "smrpg_upgrade_resup.smx":
L 09/22/2015 - 10:11:34: [SM] [0] Line 140, smrpg_upgrade_resup.sp::Timer_Resupply()
L 09/22/2015 - 10:11:34: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:34: [SM] Displaying call stack trace for plugin "smrpg_upgrade_stealth.smx":
L 09/22/2015 - 10:11:34: [SM] [0] Line 244, smrpg_upgrade_stealth.sp::SetVisibilities()
L 09/22/2015 - 10:11:34: [SM] [1] Line 234, smrpg_upgrade_stealth.sp::Timer_SetVisibilities()
L 09/22/2015 - 10:11:34: "Blacksteve<2><[U:1:166458080]>" disconnected (reason "Disconnect by user.")
Game will not start until both teams have players.
L 09/22/2015 - 10:11:34: World triggered "Round_Draw" (CT "0") (T "0")
L 09/22/2015 - 10:11:34: Team "CT" scored "0" with "0" players
L 09/22/2015 - 10:11:34: Team "TERRORIST" scored "0" with "0" players
L 09/22/2015 - 10:11:34: World triggered "Round_End"
L 09/22/2015 - 10:11:34: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:34: [SM] Displaying call stack trace for plugin "smrpg_cstrike.smx":
L 09/22/2015 - 10:11:34: [SM] [0] Line 345, smrpg_cstrike.sp::Event_OnRoundEnd()
Dropped Blacksteve from server (Disconnect by user.)
Server is hibernating
L 09/22/2015 - 10:11:35: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:35: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
L 09/22/2015 - 10:11:35: [SM] [0] Line 104, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
L 09/22/2015 - 10:11:35: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:35: [SM] Displaying call stack trace for plugin "smrpg_upgrade_medic.smx":
L 09/22/2015 - 10:11:35: [SM] [0] Line 122, smrpg_upgrade_medic.sp::Timer_ApplyMedic()
L 09/22/2015 - 10:11:36: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:36: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
L 09/22/2015 - 10:11:36: [SM] [0] Line 104, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
L 09/22/2015 - 10:11:37: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:37: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
L 09/22/2015 - 10:11:37: [SM] [0] Line 104, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
L 09/22/2015 - 10:11:37: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:37: [SM] Displaying call stack trace for plugin "smrpg_upgrade_medic.smx":
L 09/22/2015 - 10:11:37: [SM] [0] Line 122, smrpg_upgrade_medic.sp::Timer_ApplyMedic()
L 09/22/2015 - 10:11:37: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:37: [SM] Displaying call stack trace for plugin "smrpg_upgrade_resup.smx":
L 09/22/2015 - 10:11:37: [SM] [0] Line 140, smrpg_upgrade_resup.sp::Timer_Resupply()
L 09/22/2015 - 10:11:38: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:38: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
L 09/22/2015 - 10:11:38: [SM] [0] Line 104, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
L 09/22/2015 - 10:11:39: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:39: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
L 09/22/2015 - 10:11:39: [SM] [0] Line 104, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
L 09/22/2015 - 10:11:39: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:39: [SM] Displaying call stack trace for plugin "smrpg_upgrade_medic.smx":
L 09/22/2015 - 10:11:39: [SM] [0] Line 122, smrpg_upgrade_medic.sp::Timer_ApplyMedic()
L 09/22/2015 - 10:11:39: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:39: [SM] Displaying call stack trace for plugin "smrpg_upgrade_stealth.smx":
L 09/22/2015 - 10:11:39: [SM] [0] Line 244, smrpg_upgrade_stealth.sp::SetVisibilities()
L 09/22/2015 - 10:11:39: [SM] [1] Line 234, smrpg_upgrade_stealth.sp::Timer_SetVisibilities()
L 09/22/2015 - 10:11:40: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:40: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
L 09/22/2015 - 10:11:40: [SM] [0] Line 104, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
L 09/22/2015 - 10:11:40: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:40: [SM] Displaying call stack trace for plugin "smrpg_upgrade_resup.smx":
L 09/22/2015 - 10:11:40: [SM] [0] Line 140, smrpg_upgrade_resup.sp::Timer_Resupply()
L 09/22/2015 - 10:11:40: World triggered "Round_Start"
L 09/22/2015 - 10:11:41: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:41: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
L 09/22/2015 - 10:11:41: [SM] [0] Line 104, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
L 09/22/2015 - 10:11:41: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:41: [SM] Displaying call stack trace for plugin "smrpg_upgrade_medic.smx":
L 09/22/2015 - 10:11:41: [SM] [0] Line 122, smrpg_upgrade_medic.sp::Timer_ApplyMedic()
L 09/22/2015 - 10:11:42: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:42: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
L 09/22/2015 - 10:11:42: [SM] [0] Line 104, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
L 09/22/2015 - 10:11:43: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:43: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
L 09/22/2015 - 10:11:43: [SM] [0] Line 104, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
L 09/22/2015 - 10:11:43: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:43: [SM] Displaying call stack trace for plugin "smrpg_upgrade_medic.smx":
L 09/22/2015 - 10:11:43: [SM] [0] Line 122, smrpg_upgrade_medic.sp::Timer_ApplyMedic()
L 09/22/2015 - 10:11:43: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:43: [SM] Displaying call stack trace for plugin "smrpg_upgrade_resup.smx":
L 09/22/2015 - 10:11:43: [SM] [0] Line 140, smrpg_upgrade_resup.sp::Timer_Resupply()
L 09/22/2015 - 10:11:44: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:44: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
L 09/22/2015 - 10:11:44: [SM] [0] Line 104, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
L 09/22/2015 - 10:11:44: [SM] Native "SMRPG_IsEnabled" reported: Plugin owning this native is currently paused.
L 09/22/2015 - 10:11:44: [SM] Displaying call stack trace for plugin "smrpg_upgrade_stealth.smx":
L 09/22/2015 - 10:11:44: [SM] [0] Line 244, smrpg_upgrade_stealth.sp::SetVisibilities()
L 09/22/2015 - 10:11:44: [SM] [1] Line 234, smrpg_upgrade_stealth.sp::Timer_SetVisibilities()

smrpg_db_resetdatabase need 2 params instead of 1

In the file

smrpg/scripting/smrpg_resetstats.sp at line 78

this line chould be if(args < 1) instead of if(args < 2).

When we use the command we have this error

rcon smrpg_db_resetdatabase "test"

SM:RPG > Usage: smrpg_db_resetdatabase <reason>

New patch broke speed module

Ever since the newest patch, speed upgrade module stopped working on CS:GO.
Can anyone take a look at it?

PS: However, the speed excelerator still works.

Cannot buy upgrades

Hi, on my server I was not able to buy upgrades, because the menu point in rpgmenu is not available. Do I need credits to see it or went something else wrong?
The following plugins are loaded:

  • 08 "SM:RPG > Credit Gifting" (1.0) by Peace-Maker
  • 09 "SM:RPG > Chat Experience Stats" (1.0) by Jannik "Peace-Maker" Hartung
  • 11 "SM:RPG > Counter-Strike Experience Module" (1.0) by Jannik "Peace-Maker" Hartung, SeLfkiLL
  • 18 "SM:RPG > Command List" (1.0) by Jannik "Peace-Maker" Hartung
  • 28 "SM:RPG > Effect Hub" (1.0) by Peace-Maker
  • 31 "SM:RPG" (1.0) by Jannik "Peace-Maker" Hartung, SeLfkiLL

PS: This is not an April joke, this is a real problem. Pleas help me!

Cheers, alpham8

I keep getting 50mb error logs

Displaying call stack trace for plugin "smrpg_effects.smx":
L 01/24/2015 - 00:35:13: [SM] [0] Line 36, smrpg_effects/ignite.sp::ResetIgniteClient()
L 01/24/2015 - 00:35:13: [SM] [1] Line 87, E:\CSTRIKE\cstrike\addons\sourcemod\scripting\smrpg_effects.sp::Event_OnPlayerSpawn()
L 01/24/2015 - 00:35:21: [SM] Native "TriggerTimer" reported: Invalid timer handle 6c920591 (error 1)

Did i do something wrong?

Upgrades menu not showing up

when i type rpgmenu only stats/commands/settings show there is no upgrades or sell, ect i've compiled it all properly i have it hooked up through mysql i did my database.cfg correctly i can see i was created in phpmyadmin but i can't see the upgrades menu just doesnt show up at all i've tryed on 2 servers

Knife Exp Multiplier

There is no way to control the amount of Exp you get from knife kills, all my multipliers are either off
or set to 1 to make for a flat Exp rate for kills and knifing creates a very high multiplier. I am running this on CS:S.

CS:GO: Increase clipsize not working in first round

Increase clip size is not working during the first round of a map. It will let me keep trying to reload but it always stays as the default clip size. Also ammo resupply doesn't go past default ammo reserves either in the first round. After the first round it works correctly. There's no error logs.

Enhancement: HP Regeneration configurable

I've used HP regeneration plugins before, and they let you assign time and amount of health as part of their settings. I thought, if you were able to do something like that here, it'd be great.

Ideally, you can set these:

Starting time between regeneration iterations. (Preferably this value and timed reduced per level can be set by seconds, but can be set with decimals as well, to have say.. 0.5 of a second)
Time reduced per level.
Health gained per iteration.

How can i enable/disable each skill?

Hello, sorry, but i don't know why there is no simple configuration option. I'm talking about "regen_enable "1" " or something like this. For ex. i wanna disable "speed" because i don't need it, but i don't know how.

Can you please tell me? And also, how to put my ID to the admin list?

Thank you!

Denial upgrade doesn't respect inventory selection?

Denial module have some problems with CZ75 Pistol and M4A1-S

CZ75 would turn into P250 and M4A1-S would turn into M4A1

Some other weapons may have similar problems.

There is a bug where you can generate unlimited amount of grenades after respawning or something.
I couldn't figure out how exactly it happens yet tho.

smrpg_keyhint crash

SM 1.7.3
smrpg_keyhint is crashing the server when someone type rpgmenu.

Output :
L 08/21/2015 - 10:43:11: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
L 08/21/2015 - 10:43:11: [SM] [0] Line 1786, /home/steam/steamcmd/master-rpgscout/csgo/addons/sourcemod/scripting/include/smlib/clients.inc::Client_PrintKeyHintTe
xt()
L 08/21/2015 - 10:43:11: [SM] [1] Line 164, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
L 08/21/2015 - 10:43:12: [SM] Native "PrintCenterText" reported: Could not send a usermessage
L 08/21/2015 - 10:43:12: [SM] Displaying call stack trace for plugin "deathmatch.smx":
L 08/21/2015 - 10:43:12: [SM] [0] Line 229, deathmatch/user_messages.sp::userMessage_MessageStructure_Print()
L 08/21/2015 - 10:43:12: [SM] [1] Line 239, deathmatch/user_messages.sp::userMessage_MessageStructure_Execute()
L 08/21/2015 - 10:43:12: [SM] [2] Line 545, deathmatch/user_messages.sp::userMessage_MessageQueueDisplay_Execute()
L 08/21/2015 - 10:43:12: [SM] [3] Line 621, deathmatch/user_messages.sp::userMessage_MessageQueue_Execute()
L 08/21/2015 - 10:43:12: [SM] [4] Line 862, deathmatch/user_messages.sp::userMessage_Worker()
L 08/21/2015 - 10:43:12: [SM] Native "StartMessage" reported: Unable to execute a new message, there is already one in progress
L 08/21/2015 - 10:43:12: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
L 08/21/2015 - 10:43:12: [SM] [0] Line 261, /home/steam/steamcmd/master-rpgscout/csgo/addons/sourcemod/scripting/include/usermessages.inc::StartMessageOne()
L 08/21/2015 - 10:43:12: [SM] [1] Line 1772, /home/steam/steamcmd/master-rpgscout/csgo/addons/sourcemod/scripting/include/smlib/clients.inc::Client_PrintKeyHintTe
xt()
L 08/21/2015 - 10:43:12: [SM] [2] Line 164, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
L 08/21/2015 - 10:43:13: [SM] Native "PrintCenterText" reported: Could not send a usermessage

Max Level Change?

I'm really sorry for commenting here but I couldn't find the thread on AlliedModders. I was wondering, is it possible to change the max level from level 33? If so, in which file would I do that because I can't seem to find it anywhere.

RPG Problem

Hello when im put all plugins in server,start server,then in server i write rpg and server crash

i get a lot of errors

07/08/2015 - 18:02:25: [SM] Native "StartMessage" reported: Unable to execute a new message, there is already one in progress
07/08/2015 - 18:02:25: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
07/08/2015 - 18:02:25: [SM][0] Line 261, C:\Users\Martins\Documents\rpggo\windows\addons\sourcemod\scripting\include\usermessages.inc::StartMessageOne()
07/08/2015 - 18:02:25: [SM][1] Line 1772, C:\Users\Martins\Documents\rpggo\windows\addons\sourcemod\scripting\include\smlib/clients.inc::Client_PrintKeyHintText()
07/08/2015 - 18:02:25: [SM][2] Line 164, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
07/08/2015 - 18:02:26: [SM] Native "StartMessage" reported: Unable to execute a new message, there is already one in progress
07/08/2015 - 18:02:26: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
07/08/2015 - 18:02:26: [SM][0] Line 261, C:\Users\Martins\Documents\rpggo\windows\addons\sourcemod\scripting\include\usermessages.inc::StartMessageOne()
07/08/2015 - 18:02:26: [SM][1] Line 1772, C:\Users\Martins\Documents\rpggo\windows\addons\sourcemod\scripting\include\smlib/clients.inc::Client_PrintKeyHintText()
07/08/2015 - 18:02:26: [SM][2] Line 164, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()
07/08/2015 - 18:02:27: [SM] Native "StartMessage" reported: Unable to execute a new message, there is already one in progress
07/08/2015 - 18:02:27: [SM] Displaying call stack trace for plugin "smrpg_keyhint_info.smx":
07/08/2015 - 18:02:27: [SM][0] Line 261, C:\Users\Martins\Documents\rpggo\windows\addons\sourcemod\scripting\include\usermessages.inc::StartMessageOne()
07/08/2015 - 18:02:27: [SM][1] Line 1772, C:\Users\Martins\Documents\rpggo\windows\addons\sourcemod\scripting\include\smlib/clients.inc::Client_PrintKeyHintText()
07/08/2015 - 18:02:27: [SM][2] Line 164, smrpg_keyhint_info.sp::Timer_ShowInfoPanel()

07/08/2015 - 18:11:08: [SM] Native "DisplayTopMenu" reported: Invalid client index 0
07/08/2015 - 18:11:08: [SM] Displaying call stack trace for plugin "smrpg.smx":
07/08/2015 - 18:11:08: [SM][0] Line 126, smrpg/smrpg_menu.sp::DisplayMainMenu()
07/08/2015 - 18:11:08: [SM][1] Line 501, smrpg.sp::Event_OnPlayerSay()

smrpg_upgrade_ljump.sp

Hello, i got problem with smrpg_upgrade_ljump.sp, i want to make this upgrade better but i dont know how :/ i want to jump like in THC RPG... boost on second jump was better than slow jumping like now (with autobh). Can u help me fix this? Boost with autobh was rly epic.. now peaople cry 👯

FFA cvar

IS it possible to add a FFA cvar ?

I noticed that when a Terro kill a terro he'll not get XP. Even with mp_teammates_are_enemies 1

Grenade Resupply

I know it's experimental, but it doesn't even do anything at any level.

Trouble with rpgmenu_sorting

Hi, very good rpg plugin!

I'm having trouble with configuring the rpgmenu_sorting.
I would like the health upgrade, hp regen (with others) to be the first options in the upgrade menu, so in the RpgUpgradesMenu-section in the rpgmenu_sorting.txt I edit it like this:

"RPGUpgradesMenu"
{
    "item"      "health"
    "item"      "regen"
} 

But nothing changes in the upgrade menu (upgrades are still loaded alphabetically), and error logs says:
"Could not load rpg menu config (file "addons/sourcemod/configs/smrpg/rpgmenu_sorting.txt": Line contained too many invalid tokens)"

So obviously I'm doing something wrong. What do I need to write instead, to make it work? :)

skills reset and errors

It was fine until map change, then all my rpg skills got reset back to 1 but my rpg level stayed the same. After i did a map change again it loaded my player data correctly.

This error is the only one that stays after it correctly loads the player data.

[SM] Plugin encountered error 4: Invalid parameter or parameter type
L 06/02/2015 - 19:38:07: [SM] Native "Format" reported: Language phrase "grenaderesup" not found
L 06/02/2015 - 19:38:07: [SM] Displaying call stack trace for plugin "smrpg_upgrade_grenaderesup_cstrike.smx":
L 06/02/2015 - 19:38:07: [SM] [0] Line 189, C:\Users\Coty\Desktop\New folder\New folder\addons\sourcemod\scripting\smrpg_upgrade_grenaderesup_cstrike.sp::SMRPG_TranslateUpgrade()
L 06/02/2015 - 19:38:07: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 06/02/2015 - 19:38:07: [SM] Native "Format" reported: Language phrase "grenaderesup" not found

These are the ones i got when it incorrectly loaded the player data.

L 06/02/2015 - 15:23:00: [SM] Native "GetArrayArray" reported: Invalid Handle 0 (error: 4)
L 06/02/2015 - 15:23:00: [SM] Displaying call stack trace for plugin "smrpg.smx":
L 06/02/2015 - 15:23:00: [SM] [0] Line 358, smrpg/smrpg_players.sp::GetPlayerUpgradeInfoByIndex()
L 06/02/2015 - 15:23:00: [SM] [1] Line 411, smrpg/smrpg_players.sp::IsClientUpgradeEnabled()
L 06/02/2015 - 15:23:00: [SM] [2] Line 936, smrpg/smrpg_players.sp::Native_GetClientUpgradeLevel()
L 06/02/2015 - 15:23:00: [SM] Native "SMRPG_GetClientUpgradeLevel" reported: Error encountered while processing a dynamic native

L 06/02/2015 - 15:23:00: [SM] Displaying call stack trace for plugin "smrpg_upgrade_poisonsmoke.cstrike.smx":
L 06/02/2015 - 15:23:00: [SM] [0] Line 443, C:\Users\Coty\Desktop\New folder\New folder\addons\sourcemod\scripting\smrpg_upgrade_poisonsmoke.cstrike.sp::SMRPG_CanRunEffectOnClient()
L 06/02/2015 - 15:23:00: [SM] [1] Line 212, C:\Users\Coty\Desktop\New folder\New folder\addons\sourcemod\scripting\smrpg_upgrade_poisonsmoke.cstrike.sp::Hook_OnSpawnProjectile()
L 06/02/2015 - 18:42:45: [SM] Native "SMRPG_ChangeClientLaggedMovement" reported: Invalid effect time 0.000000.

L 06/02/2015 - 18:42:45: [SM] Displaying call stack trace for plugin "smrpg_upgrade_fpistol.smx":
L 06/02/2015 - 18:42:45: [SM] [0] Line 202, C:\Users\Coty\Desktop\New folder\New folder\addons\sourcemod\scripting\smrpg_upgrade_fpistol.sp::Hook_OnTakeDamagePost()

L 06/02/2015 - 19:19:35: [smrpg.smx] Unable to load item data (database disk image is malformed)
L 06/02/2015 - 19:20:06: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 06/02/2015 - 19:20:06: [SM] Native "Format" reported: Language phrase "grenaderesup" not found

L 06/02/2015 - 19:20:06: [SM] Displaying call stack trace for plugin "smrpg_upgrade_grenaderesup_cstrike.smx":
L 06/02/2015 - 19:20:06: [SM] [0] Line 189, C:\Users\Coty\Desktop\New folder\New folder\addons\sourcemod\scripting\smrpg_upgrade_grenaderesup_cstrike.sp::SMRPG_TranslateUpgrade()
L 06/02/2015 - 19:20:06: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 06/02/2015 - 19:20:06: [SM] Native "Format" reported: Language phrase "grenaderesup" not found

vampire v2 and DMG

Hello, could you make a skill for rpg, I'd like you to do a module a vampire, when you shoot, recovered bullets and module DMG you deal less damage

Hallo, könnten Sie eine Skill für rpg, ich möchte, dass Sie das machen, Modul Vampir, wenn dich Schießen, restauriert und Munition Modul DMG, die Sie verursachen weniger Schäden

Keyhint_Info Compile Error

I seem to be getting an error when compiling smrpg_keyhint_info.sp however everything else compiles without any problems.

smrpg_keyhint_info.sp(210)
warning 213 : tag mismatch

cannot compile upgrades

I tried to compile an upgrade, but every upgrade sp file returns the following compiling error: ./compile.sh: line 7: 20138 Segmentation fault ./spcomp $i -ocompiled/$smxfile

My server is running the last snapshot of sourcemod 1.6.3 under Linux.
When I try to compile it under another Linux machine, it gives me an memorry allocation error. On windows it compiles without any error, but the compiled folder is empty.

Issue after newest csgo update + sm1.7 support?

Some upgrade modules stopped working since today's csgo update.

So far, I have noticed speed module isn't working.

Secondly, do you have any plan for supporting sm1.7?

PS: Would appreciate if you won't just close this thread down instantly as before.
Btw, my sourcemod version is 1.7.2

Exp multiplicator

Actualy Exp multiplicator is <BasePoints> x <VictimLevel> = Earned XP .

I think it would be better if difference of levels would be included in the equation because High level players actualy earn too much XP against low level players.

Maybe set some range of XP difference :

  • if <VictimLevel> - <OwnLevel> = negative, set multiplicator to "1", then equation look likes that : <BasePoints> x <Multiplicator> = Earned XP

Don't know if i'm clear in my explanation. Let me know if it's not. But this is actualy gamebreaking.

error in code "freeze.sp" while compiling

//// smrpg_effects.sp
//
// smrpg_effects/freeze.sp(6) : error 001: expected token: "-identifier-", but f
ound ";"
// smrpg_effects/freeze.sp(30) : error 029: invalid expression, assumed zero
// smrpg_effects/freeze.sp(32) : warning 217: loose indentation
// smrpg_effects/freeze.sp(154) : error 092: number of arguments does not match
definition
// smrpg_effects.sp(6) : warning 203: symbol is never used: "unknown"
//
// 3 Errors.

Lvl up too fast ! How to set the exp require ?

Hello. I'm new to this, and I don't know how to set the lvl exp point required to each level. Are these ?

// Maximum experience that will ever be required
// -
// Default: "50000"
// Minimum: "0.000000"
smrpg_exp_max "50000"

// Experience required for Level 1
// -
// Default: "250"
// Minimum: "0.000000"
smrpg_exp_start "100"

// Increment experience required for each level (until smrpg_exp_max)
// -
// Default: "50"
// Minimum: "0.000000"
smrpg_exp_inc "5000"

Server crashed - Invalid database handle

Somtime when map is changing, server crash. I got in logs:

L 02/11/2015 - 00:28:17: SourceMod error session started
L 02/11/2015 - 00:28:17: Info (map "surf_ski_2_GO") (file "errors_20150211.log")
L 02/11/2015 - 00:28:17: [SM] Native "SQL_ExecuteTransaction" reported: Invalid database handle 0 (error: 4)
L 02/11/2015 - 00:28:17: [SM] Displaying call stack trace for plugin "smrpg.smx":
L 02/11/2015 - 00:28:17: [SM] [0] Line 287, smrpg/smrpg_players.sp::SaveAllPlayers()
L 02/11/2015 - 00:28:17: [SM] [1] Line 382, smrpg.sp::OnMapEnd()
L 02/11/2015 - 00:28:17: Error log file session closed.
L 02/11/2015 - 04:47:04: SourceMod error session started
L 02/11/2015 - 04:47:04: Info (map "surf_ski_2_GO") (file "errors_20150211.log")
L 02/11/2015 - 04:47:04: [SM] Native "SQL_ExecuteTransaction" reported: Invalid database handle 0 (error: 4)
L 02/11/2015 - 04:47:04: [SM] Displaying call stack trace for plugin "smrpg.smx":
L 02/11/2015 - 04:47:04: [SM] [0] Line 287, smrpg/smrpg_players.sp::SaveAllPlayers()
L 02/11/2015 - 04:47:04: [SM] [1] Line 382, smrpg.sp::OnMapEnd()
L 02/11/2015 - 04:47:04: Error log file session closed.
L 02/11/2015 - 12:44:27: SourceMod error session started
L 02/11/2015 - 12:44:27: Info (map "surf_ski_2_GO") (file "errors_20150211.log")
L 02/11/2015 - 12:44:27: [SM] Native "SQL_ExecuteTransaction" reported: Invalid database handle 0 (error: 4)
L 02/11/2015 - 12:44:27: [SM] Displaying call stack trace for plugin "smrpg.smx":
L 02/11/2015 - 12:44:27: [SM] [0] Line 287, smrpg/smrpg_players.sp::SaveAllPlayers()
L 02/11/2015 - 12:44:27: [SM] [1] Line 382, smrpg.sp::OnMapEnd()
L 02/11/2015 - 12:44:27: Error log file session closed.
L 02/11/2015 - 13:26:01: SourceMod error session started
L 02/11/2015 - 13:26:01: Info (map "surf_ski_2_GO") (file "errors_20150211.log")
L 02/11/2015 - 13:26:01: [SM] Native "SQL_ExecuteTransaction" reported: Invalid database handle 0 (error: 4)
L 02/11/2015 - 13:26:01: [SM] Displaying call stack trace for plugin "smrpg.smx":
L 02/11/2015 - 13:26:01: [SM] [0] Line 287, smrpg/smrpg_players.sp::SaveAllPlayers()
L 02/11/2015 - 13:26:01: [SM] [1] Line 382, smrpg.sp::OnMapEnd()
L 02/11/2015 - 13:26:01: Error log file session closed.

Compiling Issues

I am trying to compile the core smrpg.sp file and I am getting 19 warnings,

smrpg_database.sp(328)
warning 213: tag mismatch
smrpg_database.sp(330)
warning 213: tag mismatch
smrpg_database.sp(331)
warning 213: tag mismatch
smrpg_database.sp(350)
warning 213: tag mismatch
smrpg_database.sp(352)
warning 213: tag mismatch
smrpg_database.sp(353)
warning 213: tag mismatch
smrpg_database.sp(466)
warning 213: tag mismatch
smrpg_database.sp(469)
warning 213: tag mismatch
smrpg_database.sp(472)
warning 213: tag mismatch
smrpg_admincommands.sp(50)
warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthID
smrpg_admincommands.sp(909)
warning 213: tag mismatch
smrpg_admincommands.sp(911)
warning 213: tag mismatch
smrpg_admincommands.sp(912)
warning 213: tag mismatch
smrpg_admincommands.sp(1005)
warning 213: tag mismatch
smrpg_admincommands.sp(1008)
warning 213: tag mismatch
smrpg_admincommands.sp(1171)
warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthID

Stealth, Real Impulse and Mirror Damage

Hi,

I've rewritten the Stealth Upgrade to have a min alpha. Then when you specify the min alpha and the max level, Alpha reduce per level is calculated automaticaly.

I've also made a real impulse upgrade (from THC) the actual impusle is the Adrenalise upgrade of the THC (So my Impulse is when someone shot, he has a speed boost for x time)

And I've coded a Mirror Damage Upgrade. Like the one from THC too.

If you want I can send you my codes, all based on your work.

not saved

Hello today I restarted the server and rpg stopped to write to the database

L 06/19/2015 - 09:47:09: [smrpg/smrpg.smx] Error executing query: disk I/O error
L 06/19/2015 - 09:47:39: [smrpg/smrpg.smx] Error executing query 0 of 2 queries: disk I/O error

PLugin unable to load

[SM] Unable to load plugin "smrpg_keyhint_info.smx": Could not find required plugin "smrpg"
14:24:26 L 03/15/2015 - 14:23:35: [SM] Unable to load plugin "smrpg_disablexp.smx": Could not find required plugin "smrpg"
14:24:26 L 03/15/2015 - 14:23:35: [SM] Unable to load plugin "smrpg_commandlist.smx": Could not find required plugin "smrpg"
14:24:26 L 03/15/2015 - 14:23:35: [SM] Unable to load plugin "smrpg_chatxpstats.smx": Could not find required plugin "smrpg"
14:24:26 L 03/15/2015 - 14:23:35: [SM] Unable to load plugin "smrpg_turbomode.smx": Could not find required plugin "smrpg"
14:24:26 L 03/15/2015 - 14:23:35: [SM] Unable to load plugin "smrpg_gifting.smx": Could not find required plugin "smrpg"
14:24:26 L 03/15/2015 - 14:23:35: [SM] Unable to load plugin "smrpg_antisuicide.smx": Could not find required plugin "smrpg"

What did I missing ? :(

How do you even install this?

I am really amazed by seeing servers running this and it looks so customize able, but I have no idea how you do install it...
I am not very good at this programming/modding stuff but I know how to install normal plugins, but this I get no install location to the AutoexecConfig, where to put the #include what is the plugin file? where is it located?
Could you make a idiot proof guide how to do?
Plz I have putted everything inside the sourcemod as it should be. Then I compiled the optional features and upgrades but get some errors/warnings with some of them.
So now where to put the upgrades in? in same as the other smx file or in another directory? IDK...
Help this looks so awesome and well made, I don't understand anything :/:/:/

Possible CSGO freezing?

Does anyone has an issue where your server(s) would free/crash on mapchange/client connect,disconnect since new animation update?
or is it just me?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.