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

[Ayuda] Plugin de "Hora feliz"


  
 
 
Thread Tools Display Modes
baneado
Veteran Member
Join Date: Dec 2012
Location: amxmodx-es.com
Old 04-18-2013 , 09:53   Re: [Ayuda] Plugin de "Hora feliz"
#11

lukks pones códigos sacados de otros sitios noob...

porqué cojones le pones a data 12 si solo vas a utilizar 3 ?
baneado is offline
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 04-18-2013 , 11:14   Re: [Ayuda] Plugin de "Hora feliz"
#12

Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> new const iHoras[ ] = { 00 , 07 } // a las 00 inicia. // a las 07 finaliza. public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         new get_hour[ 3 ]     get_time( "%H", get_hour , charsmax( get_hour ) )         state ( iHoras[ 0 ] <= str_to_num( get_hour ) <= iHoras[ 1 ] ) EasyAmmoReward } public fw_takedamage( ) < EasyAmmoReward > {     /* something here */     while (g_damagedealt[attacker] >= ( ammodamage / 2 ) )     {         g_ammopacks[attacker] += is_user_admin(attacker) ? 1000 : 500 / reward         g_damagedealt[attacker] -= ammodamage     }       /* continua code */ } public fw_takedamage( ) < > {     /* something here */     while (g_damagedealt[attacker] >= ammodamage )     {         g_ammopacks[attacker] += is_user_admin(attacker) ? 1000 : 500 / reward         g_damagedealt[attacker] -= ammodamage     }       // queda identico como el default     /* continua el code*/ }

Asi nomas , adaptalo a tus requerimientos y , hace lo mismo con el zombie reward.
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.

Last edited by lucas_7_94; 04-18-2013 at 13:40. Reason: Fixed2
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
baneado
Veteran Member
Join Date: Dec 2012
Location: amxmodx-es.com
Old 04-18-2013 , 11:26   Re: [Ayuda] Plugin de "Hora feliz"
#13

lucas, lo acabo de decir...

PHP Code:
new get_hour]

//-->

new get_hour

Last edited by baneado; 04-18-2013 at 11:29.
baneado is offline
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 04-18-2013 , 11:33   Re: [Ayuda] Plugin de "Hora feliz"
#14

ops si me olvide.
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
 



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 09:12.


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