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

[CS:GO/ANY] Player Souls


Post New Thread Reply   
 
Thread Tools Display Modes
FrAgOrDiE
AlliedModders Donor
Join Date: May 2018
Location: Italy
Old 05-26-2020 , 22:31   Re: [CS:GO/ANY] Player Souls
Reply With Quote #21

Quote:
Originally Posted by Eviona View Post
But can we get a convar for stealing souls enable/disable? That would be awesome
Done in the latest version!!
https://github.com/FrAgOrDiE02/Galaxy-Souls
__________________
Add me on discord: FrAgOrDiE#5182
Add me on steam: https://steamcommunity.com/id/fragordie002/
Join my discord server: http://discord.gg/JpAUXMn
FrAgOrDiE is offline
FrAgOrDiE
AlliedModders Donor
Join Date: May 2018
Location: Italy
Old 05-26-2020 , 22:35   Re: [CS:GO/ANY] Player Souls
Reply With Quote #22

NEW UPDATE

-Added convar sm_souls_disable_on_lr
-Added convar sm_souls_enable_respawning
-Added convar sm_souls_enable_stealing
-Fixed required plugin hosties (now is no longer required)
-Fix: now souls will be spawned on the ground even if a player died in the air
__________________
Add me on discord: FrAgOrDiE#5182
Add me on steam: https://steamcommunity.com/id/fragordie002/
Join my discord server: http://discord.gg/JpAUXMn
FrAgOrDiE is offline
Eviona
Junior Member
Join Date: May 2020
Old 05-27-2020 , 03:01   Re: [CS:GO/ANY] Player Souls
Reply With Quote #23

Quote:
Originally Posted by FrAgOrDiE View Post
NEW UPDATE

-Added convar sm_souls_disable_on_lr
-Added convar sm_souls_enable_respawning
-Added convar sm_souls_enable_stealing
-Fixed required plugin hosties (now is no longer required)
-Fix: now souls will be spawned on the ground even if a player died in the air
You are so helpful and responsive thanks, plugin works flawless however i have a last request if its possible i tried to compile the plugin but "Compiler 1.10\include\lastrequest.inc(105) : fatal error 196: deprecated syntax; see https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Typedefs" i just want to simply change "CTRL + E" to "F key" can i get one last help from you? Can you add compiling files to your github or something like that?

Last edited by Eviona; 05-27-2020 at 03:01.
Eviona is offline
FrAgOrDiE
AlliedModders Donor
Join Date: May 2018
Location: Italy
Old 05-27-2020 , 03:12   Re: [CS:GO/ANY] Player Souls
Reply With Quote #24

Quote:
Originally Posted by Eviona View Post
You are so helpful and responsive thanks, plugin works flawless however i have a last request if its possible i tried to compile the plugin but "Compiler 1.10\include\lastrequest.inc(105) : fatal error 196: deprecated syntax; see https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Typedefs" i just want to simply change "CTRL + E" to "F key" can i get one last help from you? Can you add compiling files to your github or something like that?
Hey, it looks like you`re forcing the new syntax somewhere but your lastrequest.inc is using old syntax. you should not have "#pragma newdecls required" in your plugin scripting but it`s weird cause I removed it in the plugin. It could be a problem of your lastrequest include. Can you post it please?
__________________
Add me on discord: FrAgOrDiE#5182
Add me on steam: https://steamcommunity.com/id/fragordie002/
Join my discord server: http://discord.gg/JpAUXMn
FrAgOrDiE is offline
FrAgOrDiE
AlliedModders Donor
Join Date: May 2018
Location: Italy
Old 05-27-2020 , 03:13   Re: [CS:GO/ANY] Player Souls
Reply With Quote #25

Or try using this include file
Attached Files
File Type: inc lastrequest.inc (9.0 KB, 61 views)
__________________
Add me on discord: FrAgOrDiE#5182
Add me on steam: https://steamcommunity.com/id/fragordie002/
Join my discord server: http://discord.gg/JpAUXMn
FrAgOrDiE is offline
Eviona
Junior Member
Join Date: May 2020
Old 05-27-2020 , 03:17   Re: [CS:GO/ANY] Player Souls
Reply With Quote #26

Quote:
Originally Posted by FrAgOrDiE View Post
Hey, it looks like you`re forcing the new syntax somewhere but your lastrequest.inc is using old syntax. you should not have "#pragma newdecls required" in your plugin scripting but it`s weird cause I removed it in the plugin. It could be a problem of your lastrequest include. Can you post it please?
Okay now i managed to use different lastrequest thanks to you (downloaded your lastrequest file) now i just got 1 error "Compiler 1.10\galaxy-souls.sp(522) : error 092: number of arguments does not match definition"

Last edited by Eviona; 05-27-2020 at 03:18.
Eviona is offline
FrAgOrDiE
AlliedModders Donor
Join Date: May 2018
Location: Italy
Old 05-27-2020 , 03:24   Re: [CS:GO/ANY] Player Souls
Reply With Quote #27

Quote:
Originally Posted by Eviona View Post
Okay now i managed to use different lastrequest thanks to you (downloaded your lastrequest file) now i just got 1 error "Compiler 1.10\galaxy-souls.sp(522) : error 092: number of arguments does not match definition"
weird, can you show me that line?
It should be this one, right?
PHP Code:
TeleportEntity(targetfClientPos[target]); 
__________________
Add me on discord: FrAgOrDiE#5182
Add me on steam: https://steamcommunity.com/id/fragordie002/
Join my discord server: http://discord.gg/JpAUXMn
FrAgOrDiE is offline
Eviona
Junior Member
Join Date: May 2020
Old 05-27-2020 , 03:26   Re: [CS:GO/ANY] Player Souls
Reply With Quote #28

Quote:
Originally Posted by FrAgOrDiE View Post
weird, can you show me that line?
It should be this one, right?
PHP Code:
TeleportEntity(targetfClientPos[target]); 
Yeah this line: TeleportEntity(target, fClientPos[target]);
Eviona is offline
FrAgOrDiE
AlliedModders Donor
Join Date: May 2018
Location: Italy
Old 05-27-2020 , 03:31   Re: [CS:GO/ANY] Player Souls
Reply With Quote #29

try updating your sdktools_functions.inc with this
Attached Files
File Type: inc sdktools_functions.inc (12.7 KB, 55 views)
__________________
Add me on discord: FrAgOrDiE#5182
Add me on steam: https://steamcommunity.com/id/fragordie002/
Join my discord server: http://discord.gg/JpAUXMn
FrAgOrDiE is offline
Eviona
Junior Member
Join Date: May 2020
Old 05-27-2020 , 03:33   Re: [CS:GO/ANY] Player Souls
Reply With Quote #30

Quote:
Originally Posted by FrAgOrDiE View Post
try updating your sdktools_functions.inc with this
Thank you so much it works now. You were so helpful all the time, really thank you so much mean it means a lot to me...
Eviona is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:35.


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