Raised This Month: $ Target: $400
 0% 

[HELP] Give XP Question


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Chaato
Senior Member
Join Date: Jun 2011
Location: C://Windows/Arg/MyHome
Old 11-12-2011 , 02:04   Re: [HELP] Give XP Question
Reply With Quote #5

other forms
PHP Code:


/*---------------------With "define"----------------------*/

#define EXP 100

public plugin_init()
{
    
register_pluginPluginNamePluginVersionPluginAutor )
    
    
}

iPlayerindex ] += EXP

/*-------------------------------------------------------------------*/

/*---------------------With "variable"----------------------*/


new gCvarExp;

public 
plugin_init()
{
    
register_pluginPluginNamePluginVersionPluginAutor )
    
    
gCvarExp register_cvar"amx_winexp""100" )
}

iPlayerindex ] += get_pcvar_numgCvarExp )


/*-------------------------------------------------------------------*/
/*---------------------With "number"----------------------*/

public plugin_init()
{
    
register_pluginPluginNamePluginVersionPluginAutor )
    
    
gCvarExp register_cvar"amx_winexp""100" )
}

iPlayerindex ] += 100

/*-------------------------------------------------------------------*/ 
__________________
[LaserMines] - Creador & Porcentaje de vida: Click Me
Chaato is offline
Send a message via MSN to Chaato Send a message via Skype™ to Chaato
 



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


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