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

[CSGO] HexVips


Post New Thread Reply   
 
Thread Tools Display Modes
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 04-20-2017 , 03:02   Re: [CSGO]VipBonus/Menu
Reply With Quote #31

Quote:
Originally Posted by Chrahb View Post
PHP Code:
[SMFatal error encountered parsing translation file "VipBonus.phrares.txt"
[SMError (line 159column 17): Callback error
[SMFatal error encountered parsing translation file "cze/VipBonus.phrares.txt"
[SMError (line 105column 41): Line contained too many invalid tokens
[SMFatal error encountered parsing translation file "common.phrares.txt"
[SMError (line 0column 0): Stream failed to open 
Maybe look into that?
It's right there in front of your noses!

https://github.com/Hexer10/VipMenu-B...s.sp#L123-L124

(hint: it's the incorrect spelling of "phrases")
__________________
sneaK is offline
Cooky
Veteran Member
Join Date: Jun 2010
Location: 127.0.0.1
Old 04-20-2017 , 04:22   Re: [CSGO]VipBonus/Menu
Reply With Quote #32

Quote:
Originally Posted by sneaK View Post
It's right there in front of your noses!

https://github.com/Hexer10/VipMenu-B...s.sp#L123-L124

(hint: it's the incorrect spelling of "phrases")
What do you mean exactly? The original file is named VipBonus.phrares.txt and I also renamed it to VipBonus.phrases.txt (correct spelling). Still the same... I might be dumb though...

EDIT: I would like to point out the following: " missing... @author: you need to fix this
Quote:
"Reset_Usage"
{
#format "{1:n}"
"en" "Your usages was resetted by {1}"
}

"Reset_Usage_of"
{
#format "{1:n}"
"en" "You resetted usages of {1}"
}

"Vip_Joined"
{
#format "{1:n}"
"en" "[VIP]{1} joined in the server!"
}

Last edited by Cooky; 04-20-2017 at 04:38.
Cooky is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 04-20-2017 , 06:29   Re: [CSGO]VipBonus/Menu
Reply With Quote #33

Thx for report I didn't checked that translation.
I'll fix when I'm at home.
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
3Dyy
Member
Join Date: Jun 2017
Location: Germany
Old 07-03-2017 , 16:43   Re: [CSGO]VipBonus/Menu
Reply With Quote #34

Hi i am beginner in scripting , i need this plugin only ct and without "get weapon" only he, regen, hp, armor and doublejump only for ct hp . ex
Code:
// +HP on Spawn, 0 = disabled
// -
// Default: "70"
// Minimum: "0.000000"
sm_VipSpawnHP "200"
Only on ct all only ct , and start money for ct and t ,can you help me?

Last edited by 3Dyy; 07-03-2017 at 16:47.
3Dyy is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 07-04-2017 , 16:52   Re: [CSGO]VipBonus/Menu
Reply With Quote #35

Quote:
Originally Posted by 3Dyy View Post
Hi i am beginner in scripting , i need this plugin only ct and without "get weapon" only he, regen, hp, armor and doublejump only for ct hp . ex
Code:
// +HP on Spawn, 0 = disabled
// -
// Default: "70"
// Minimum: "0.000000"
sm_VipSpawnHP "200"
Only on ct all only ct , and start money for ct and t ,can you help me?
You just need to edit the Line n. 339
from
PHP Code:
if (cv_iVipSpawnHP.IntValue >= || cv_fVipSpawnArmour.IntValue >= 1
to
PHP Code:
if ((cv_iVipSpawnHP.IntValue >= || cv_fVipSpawnArmour.IntValue >= 1) && GetClientTeam(client) == CS_TEAM_CT
and recompile the plugin
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!

Last edited by Papero; 07-04-2017 at 16:53.
Papero is offline
Kammi_
AlliedModders Donor
Join Date: Dec 2007
Old 07-05-2017 , 12:44   Re: [CSGO]VipBonus/Menu
Reply With Quote #36

Works too on cs:s
__________________



Kammi_ is offline
Send a message via ICQ to Kammi_
3Dyy
Member
Join Date: Jun 2017
Location: Germany
Old 07-05-2017 , 13:15   Re: [CSGO]VipBonus/Menu
Reply With Quote #37

Help i can't recompile the plugin...
Code:
fatal error 182: cannot read from file: "autoexecconfig" and 
 warning 213: tag mismatch
: error 017: undefined symbol "AutoExecConfig_CreateConVar"
 warning 213: tag mismatch
 error 017: undefined symbol "AutoExecConfig_CreateConVar"
 warning 213: tag mismatch
 error 017: undefined symbol "AutoExecConfig_CreateConVar"
: warning 213: tag mismatch
 error 017: undefined symbol "AutoExecConfig_CreateConVar"
3Dyy is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 07-05-2017 , 15:50   Re: [CSGO]VipBonus/Menu
Reply With Quote #38

Quote:
Originally Posted by Kammi_ View Post
Works too on cs:s

Thx for testing,
Quote:
Originally Posted by 3Dyy View Post
Help i can't recompile the plugin...
Code:
fatal error 182: cannot read from file: "autoexecconfig" and 
 warning 213: tag mismatch
: error 017: undefined symbol "AutoExecConfig_CreateConVar"
 warning 213: tag mismatch
 error 017: undefined symbol "AutoExecConfig_CreateConVar"
 warning 213: tag mismatch
 error 017: undefined symbol "AutoExecConfig_CreateConVar"
: warning 213: tag mismatch
 error 017: undefined symbol "AutoExecConfig_CreateConVar"
You must download AutoExecConfig include file: https://github.com/Impact123/AutoExe...execconfig.inc

And for the only "GetWepon" you can disable other items with the cvars.
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!

Last edited by Papero; 07-05-2017 at 15:50.
Papero is offline
3Dyy
Member
Join Date: Jun 2017
Location: Germany
Old 07-05-2017 , 17:15   Re: [CSGO]VipBonus/Menu
Reply With Quote #39

am i an idiot or? Help?

Last edited by 3Dyy; 07-05-2017 at 17:16.
3Dyy is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 07-06-2017 , 02:54   Re: [CSGO]VipBonus/Menu
Reply With Quote #40

Quote:
Originally Posted by 3Dyy View Post
am i an idiot or? Help?
Sorry, I forgot to update lastrequest.inc, use the new version: https://github.com/Hexer10/VipMenu-B...astrequest.inc .
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero 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 12:29.


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