Raised This Month: $ Target: $400
 0% 

get_pcvar_string = ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Pandora
Junior Member
Join Date: Jul 2015
Location: Turkey
Old 04-15-2016 , 18:27   get_pcvar_string = ?
Reply With Quote #1

Hi,

If in CS 1.6, the code register_clcmd is equal to RegConsoleCmd in CS:GO, what's the code for CS 1.6's get_pcvar_string in CS:GO?

Please help.

__________________________________________

Thanks.

Last edited by Pandora; 04-16-2016 at 09:53.
Pandora is offline
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 04-15-2016 , 18:40   Re: get_pcvar_string = ?
Reply With Quote #2

Post in SourceMod
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo
EFFx is offline
Artifact
Veteran Member
Join Date: Jul 2010
Old 04-16-2016 , 00:14   Re: get_pcvar_string = ?
Reply With Quote #3

I thing you got a point
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

new pcvar

public plugin_init() {
//    -----------------
    
pcvar register_cvar("what_is_ur_name""AssHole")
//    -----------------
}

public 
client_putinserver(id)
{
//    -----------------------
    
new name[8]
    
get_pcvar_string(pcvarnamecharsmax(name))
//    -----------------------
    
client_print(0print_chat"My name is %s"pcvar)

__________________

Last edited by Artifact; 04-16-2016 at 00:15.
Artifact is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 04-16-2016 , 09:00   Re: get_pcvar_string = ?
Reply With Quote #4

He's talking in robot language.
Translation: If in CS 1.6, the code register_clcmd is equal to RegConsoleCmd in CS:GO, what's the code for CS 1.6's get_pcvar_string in CS:GO?
He's posting in the wrong section.

Last edited by OciXCrom; 04-16-2016 at 09:00.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Pandora
Junior Member
Join Date: Jul 2015
Location: Turkey
Old 04-16-2016 , 09:52   Re: get_pcvar_string = ?
Reply With Quote #5

I'm from turkey. english language bad speak.

OciXCrom Translation Thanks.
Pandora is offline
Reply


Thread Tools
Display Modes

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 18:36.


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