Raised This Month: $ Target: $400
 0% 

Basic SkillPoints v2.0.2 SE with API [FVault & SQL]


Post New Thread Reply   
 
Thread Tools Display Modes
guipatinador
SourceMod Donner Party
Join Date: Oct 2009
Location: Poortugal
Old 12-29-2014 , 18:08   Re: Basic SkillPoints v2.0.2 SE with API [FVault & SQL]
Reply With Quote #171

Check if your database is empty.

The first error is because your host does not support set_time_limit(). Thats not a problem.
__________________
PM for help = ignore
guipatinador is offline
Shockyboy
Senior Member
Join Date: Apr 2014
Location: Earth
Old 01-02-2015 , 06:07   Re: Basic SkillPoints v2.0.2 SE with API [FVault & SQL]
Reply With Quote #172

Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2013 ITB CompuPhase, AMX Mod X Team

Error: Invalid character constant on line 315
Error: Invalid character constant on line 315
Error: Invalid character constant on line 332
Error: Invalid character constant on line 332
Error: Invalid character constant on line 344
Error: Invalid character constant on line 344
Error: Invalid character constant on line 364
Error: Invalid character constant on line 364
Error: Invalid character constant on line 372
Error: Invalid character constant on line 372
Error: Invalid character constant on line 385
Error: Invalid character constant on line 385
Error: Invalid character constant on line 393
Error: Invalid character constant on line 393
Error: Invalid character constant on line 406
Error: Invalid character constant on line 406
Error: Invalid character constant on line 413
Error: Invalid character constant on line 413
Error: Invalid character constant on line 423
Error: Invalid character constant on line 423
Error: Invalid character constant on line 430
Error: Invalid character constant on line 430
Error: Invalid character constant on line 464
Error: Invalid character constant on line 464
Error: Invalid character constant on line 477
Error: Invalid character constant on line 477

Compilation aborted.
26 Errors.
Could not locate output file C:\Documents and Settings\RADHAKRISHNA\Desktop\AMX Mod X\files\cstrike\plugins\BasicSkillPointsFVault_SE.amxx (compile failed).
__________________


[ LEARNING SCRIPTING ]
[ ||||||||||||] [ 30% ]
Shockyboy is offline
guipatinador
SourceMod Donner Party
Join Date: Oct 2009
Location: Poortugal
Old 01-02-2015 , 07:47   Re: Basic SkillPoints v2.0.2 SE with API [FVault & SQL]
Reply With Quote #173

Compiles fine here.

FVault version
Quote:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2013 ITB CompuPhase, AMX Mod X Team

Header size: 2552 bytes
Code size: 41228 bytes
Data size: 37672 bytes
Stack/heap size: 16384 bytes; max. usage is unknown, due to recursion
Total requirements: 97836 bytes
Done.
SQL version
Quote:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2013 ITB CompuPhase, AMX Mod X Team

Header size: 2668 bytes
Code size: 36140 bytes
Data size: 42916 bytes
Stack/heap size: 16384 bytes; max. usage is unknown, due to recursion
Total requirements: 98108 bytes
Done.
__________________
PM for help = ignore

Last edited by guipatinador; 01-02-2015 at 07:47.
guipatinador is offline
Shockyboy
Senior Member
Join Date: Apr 2014
Location: Earth
Old 01-02-2015 , 10:26   Re: Basic SkillPoints v2.0.2 SE with API [FVault & SQL]
Reply With Quote #174

__________________


[ LEARNING SCRIPTING ]
[ ||||||||||||] [ 30% ]

Last edited by Shockyboy; 01-02-2015 at 10:26.
Shockyboy is offline
guipatinador
SourceMod Donner Party
Join Date: Oct 2009
Location: Poortugal
Old 01-02-2015 , 12:07   Re: Basic SkillPoints v2.0.2 SE with API [FVault & SQL]
Reply With Quote #175

You are not using my version because I don't use client_print_color.

PHP Code:
if( iTK )
    {
        
g_iPointsiKiller ] -= get_pcvar_numg_iLostPointsTK )
        
        if( 
get_pcvar_numg_iEnableAnnounceOnChat ) && get_pcvar_numg_iLostPointsTK ) )
        {
            
ClientPrintColoriKiller"!g%s!n You have lost!t %i!n point%s by killing a teammate"PREFIXget_pcvar_numg_iLostPointsTK ), get_pcvar_numg_iLostPointsTK ) > "s" ""  )
        }
        
        return 
PLUGIN_CONTINUE
    

If you don't use my version I can't support. You have to solve the problems.
__________________
PM for help = ignore

Last edited by guipatinador; 01-02-2015 at 12:09.
guipatinador is offline
Shockyboy
Senior Member
Join Date: Apr 2014
Location: Earth
Old 01-02-2015 , 13:07   Re: Basic SkillPoints v2.0.2 SE with API [FVault & SQL]
Reply With Quote #176

Quote:
Originally Posted by guipatinador View Post
You are not using my version because I don't use client_print_color.

PHP Code:
if( iTK )
    {
        
g_iPointsiKiller ] -= get_pcvar_numg_iLostPointsTK )
        
        if( 
get_pcvar_numg_iEnableAnnounceOnChat ) && get_pcvar_numg_iLostPointsTK ) )
        {
            
ClientPrintColoriKiller"!g%s!n You have lost!t %i!n point%s by killing a teammate"PREFIXget_pcvar_numg_iLostPointsTK ), get_pcvar_numg_iLostPointsTK ) > "s" ""  )
        }
        
        return 
PLUGIN_CONTINUE
    

If you don't use my version I can't support. You have to solve the problems.

Actually Someone Told Me Make Changes, I've Did "Actually I Didn't Noticed My [PREFIX][ Contains "^" did '^^' Done Worked
__________________


[ LEARNING SCRIPTING ]
[ ||||||||||||] [ 30% ]
Shockyboy is offline
Bleeding Warrior
Junior Member
Join Date: Jul 2012
Old 01-03-2015 , 12:44   Re: Basic SkillPoints v2.0.2 SE with API [FVault & SQL]
Reply With Quote #177

Quote:
Originally Posted by guipatinador View Post
Check if your database is empty.

The first error is because your host does not support set_time_limit(). Thats not a problem.
And how should I check that ?
And bps_sql_host "" cvar is not working ,I tried hardcoding from sma also but it still picks up "localhost" as value.I have server and website on different locations.Even when I am testing on local HLDS ,it sets host as my external IP.
Bleeding Warrior is offline
Clouder16
Member
Join Date: Apr 2011
Old 01-12-2015 , 21:18   Re: Basic SkillPoints v2.0.2 SE with API [FVault & SQL]
Reply With Quote #178

Hello ! I need little support.

How to make this skill system work correct ?
I mean, system is good, and everything is runing okey, but only 1 problem, that skill points what showing in TAB, they are changing nickname, so, if admin playing on server, he will not able to change map, ban someone or whatever...

How to edit this ? Thanks
Clouder16 is offline
Vivo
Senior Member
Join Date: May 2014
Old 01-13-2015 , 07:34   Re: Basic SkillPoints v2.0.2 SE with API [FVault & SQL]
Reply With Quote #179

Can you mirage it with Auto-Mix !?
Vivo is offline
guipatinador
SourceMod Donner Party
Join Date: Oct 2009
Location: Poortugal
Old 01-13-2015 , 15:47   Re: Basic SkillPoints v2.0.2 SE with API [FVault & SQL]
Reply With Quote #180

Quote:
Originally Posted by Bleeding Warrior View Post
And how should I check that ?
And bps_sql_host "" cvar is not working ,I tried hardcoding from sma also but it still picks up "localhost" as value.I have server and website on different locations.Even when I am testing on local HLDS ,it sets host as my external IP.
Thats not a problem of my plugin. I can't help you with that.

Quote:
Originally Posted by Clouder16 View Post
Hello ! I need little support.

How to make this skill system work correct ?
I mean, system is good, and everything is runing okey, but only 1 problem, that skill points what showing in TAB, they are changing nickname, so, if admin playing on server, he will not able to change map, ban someone or whatever...

How to edit this ? Thanks
Non-Steam clients are not supported. Add your admins by STEAM ID.

Quote:
Originally Posted by Vivo View Post
Can you mirage it with Auto-Mix !?
No.
__________________
PM for help = ignore
guipatinador 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 13:55.


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