Raised This Month: $ Target: $400
 0% 

how to do this ???


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
0920357689
Senior Member
Join Date: Apr 2008
Old 08-03-2010 , 15:33   how to do this ???
Reply With Quote #1

PHP Code:
new str[] = 
{
"cvar_1",
"cvar_2",
"cvar_3",
"cvar_4"
}
public 
plugin_init()
{
cvar_1 get_cvar_num("amx_cvar_1");
cvar_2 get_cvar_num("amx_cvar_2");

in plugin_init
how to do[this can make? use 'for' to get_cvar_num]
PHP Code:
public plugin_init()
{
  for(
i=0;i<4;i++)
  {
    
str[i] = get_cvar_num("xxxxx")
  }

0920357689 is offline
 



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:14.


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