Raised This Month: $32 Target: $400
 8% 

[ES-ZP] Ayuda Tutorial De Niveles..


  
 
 
Thread Tools Display Modes
Author Message
NemeS!S
Member
Join Date: Nov 2009
Old 11-17-2009 , 19:23   [ES-ZP] Ayuda Tutorial De Niveles..
#1

Bueno Empese a hacer un sistema de niveles para zombie plague.
Ya ise todo pero no entiendo que hago en esta parte.
Una Explicacion nada mas quiero.

[/COLOR][/COLOR]

Last edited by NemeS!S; 12-31-2009 at 15:08.
NemeS!S is offline
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 11-17-2009 , 19:27   Re: [ES-ZP] Ayuda Tutorial De Niveles..
#2

Estas diciendo que si no tiene los ammos , le va a aparecer Level %d . (en gris) si tiene esos ammos o mas , le aparece en blanco.
__________________
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
NemeS!S
Member
Join Date: Nov 2009
Old 11-17-2009 , 19:31   Re: [ES-ZP] Ayuda Tutorial De Niveles..
#3

Ahh yo entendi q lo tenia q hacer con cada arma.
Gracias
NemeS!S is offline
Raddish
BANNED
Join Date: Jul 2008
Location: Argentina
Old 11-18-2009 , 15:05   Re: [ES-ZP] Ayuda Tutorial De Niveles..
#4

donde dice
PHP Code:
if(Lvl[id] > lvlarmas[weap]) 
Tenes q poner
PHP Code:
if(Lvl[id] >= lvlarmas[weap]) 
Sino si tiene justo el nivel nesesario le sigue apareciendo en gris y cuando sobrepase ese nivel ahi le aparece en Blanco.

Last edited by Raddish; 11-18-2009 at 16:55.
Raddish is offline
Loquizimo
BANNED
Join Date: Nov 2009
Old 11-18-2009 , 15:44   Re: [ES-ZP] Ayuda Tutorial De Niveles..
#5

PHP Code:
if(Lvl[id] => lvlarmas[weap]) 
--->>


PHP Code:
if(Lvl[id] >= lvlarmas[weap]) 
Loquizimo is offline
Raddish
BANNED
Join Date: Jul 2008
Location: Argentina
Old 11-18-2009 , 16:55   Re: [ES-ZP] Ayuda Tutorial De Niveles..
#6

Si lo puse bien <.>
Raddish is offline
NemeS!S
Member
Join Date: Nov 2009
Old 11-18-2009 , 17:13   Re: [ES-ZP] Ayuda Tutorial De Niveles..
#7

Gracias Raddish
NemeS!S is offline
Loquizimo
BANNED
Join Date: Nov 2009
Old 11-18-2009 , 17:24   Re: [ES-ZP] Ayuda Tutorial De Niveles..
#8

Editalo nomas raddish =D
Loquizimo is offline
Raddish
BANNED
Join Date: Jul 2008
Location: Argentina
Old 11-18-2009 , 17:30   Re: [ES-ZP] Ayuda Tutorial De Niveles..
#9

No edite nada =S
Raddish is offline
Loquizimo
BANNED
Join Date: Nov 2009
Old 11-18-2009 , 17:35   Re: [ES-ZP] Ayuda Tutorial De Niveles..
#10

Last edited by Raddish; Today at 04:55 PM..
Loquizimo 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 16:27.


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