Raised This Month: $ Target: $400
 0% 

[ZP] Nightvision Multicolor?


  
 
 
Thread Tools Display Modes
!Morte
Veteran Member
Join Date: May 2010
Old 07-12-2011 , 20:37   Re: [ZP] Nightvision Multicolor?
#11

Quote:
Originally Posted by AsditoŽ^ View Post
creas una variable que la pones en 1 o 0 cuando seleccione el multicolor

PHP Code:
case 7g_multicolor[id] = true o 1 
en el ShowHud
PHP Code:
if(g_multicolor[ID_SHOWHUD]) {
       
red[ID_SHOWHUD] = random_num(0,255)
            
green[ID_SHOWHUD] = random_num(0,255)
            
blue[ID_SHOWHUD] = random_num(0,255

True y 1 son lo mismo
__________________
First Zombie Class
[ZP] Zombie Class: Houndeye Zombie
Quote:
Originally Posted by lucas_7_94 View Post
tenes que saber pawn antes de intentar hacer algo digno.
!Morte is offline
Send a message via MSN to !Morte Send a message via Skype™ to !Morte
AsditoŽ^
Veteran Member
Join Date: Feb 2010
Location: Santa Fe, Argentina
Old 07-12-2011 , 21:00   Re: [ZP] Nightvision Multicolor?
#12

ya se :p se lo dije para que elija u.u
__________________
################################
AsditoŽ^ is offline
Send a message via MSN to AsditoŽ^
lautitow
Senior Member
Join Date: Jan 2010
Location: Rosario - Santa Fe - Arg
Old 07-13-2011 , 12:38   Re: [ZP] Nightvision Multicolor?
#13



Probe de la misma manera para el nightvision, defini una variable:

PHP Code:
new g_multicolor_nvg[33
me fuia a

PHP Code:
public set_user_nvision(taskid
y ubique esto:

PHP Code:
    if(g_multicolor_nvg[ID_SHOWHUD])
    {
        
g_nvg[ID_SHOWHUD][0] = random_num(0,255)
        
g_nvg[ID_SHOWHUD][1] = random_num(0,255)
        
g_nvg[ID_SHOWHUD][2] = random_num(0,255)
    } 
fui al menu y agregue:

PHP Code:
menu_additem(menu"Multicolor""8"0
en el case:

PHP Code:
case 8g_multicolor_nvg[id] = 
pero al entrar a jugar me dice:

Quote:
Fatal Error
HTML Code:
New message started when msg '23' has not been sent yet.
lautitow 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 05:06.


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