This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

[ES][ZP] Se puede hacer esto?


  
 
 
Thread Tools Display Modes
Nikiit0h
Member
Join Date: Jan 2010
Old 07-06-2010 , 16:28   Re: [ES][ZP] Se puede hacer esto?
#11

Gracias PattyBiena
Cerrado...
Nikiit0h is offline
Kiske
Veteran Member
Join Date: May 2009
Old 07-06-2010 , 19:53   Re: [ES][ZP] Se puede hacer esto?
#12

Quote:
Originally Posted by PattyBiena View Post
PHP Code:
public client_connect(id
{
     
set_task(0.3"Mensaje")




Usa putinserver, asi valida que esta bien la password.
Y llama directo a Mensaje, adhemas, te olvidaste un if (is_user_connected)
Espero que no te vea la profesora de Lengua porque te cortaría las pelotas...



PD: Forma hardcodeada.
PHP Code:
#include < amxmodx >

new _HUD_
new ConnectSound[] = "items/nvg_on.wav"

public plugin_precache( )
    
precache_soundConnectSound )

public 
plugin_init( )
{
    
register_plugin"WoW""1.0""Kiske" )
    
_HUD_ CreateHudSyncObj( )
}
    
public 
client_putinserverIndex )
{
    static 
szName[32]; get_user_nameIndexszName31 )
    
    if( !
equalszName"Nikiit0h" ) )
        return;
    
    
set_hudmessage255255255, -1.0, -1.000.03.02.01.0, -)
    
ShowSyncHudMsg0_HUD_"Nikiit0h se conectó al servidor." )
    
    
client_cmd0"spk ^"%s^""ConnectSound )

__________________

Kiske is offline
Send a message via Skype™ to Kiske
PattyBiena
BANNED
Join Date: Jul 2010
Location: Argentina
Old 07-06-2010 , 19:58   Re: [ES][ZP] Se puede hacer esto?
#13

Quote:
Originally Posted by Kiske View Post
Espero que no te vea la profesora de Lengua porque te cortaría las pelotas...
JJa ensima me puso un 4 el negro.
PattyBiena is offline
Exc3ll@N
Veteran Member
Join Date: Oct 2009
Location: Donde me lleve el viento
Old 07-06-2010 , 20:06   Re: [ES][ZP] Se puede hacer esto?
#14

Quote:
Originally Posted by PattyBiena View Post
Voy a hacer la gran speed, esa idea la sacaste de AF cuando yo me conectaba y decia "Raddish se ha conectado!" y una musica re top


PD:
PHP Code:
#include <amxmodx>
#include <amxmisc>

new const sound_connect[] = "items/nvg_on.wav"

public plugin_precache()
{
    
register_cvar("amx_goldname""Nikiit0h")
    
precache_sound(sound_connect)
}

public 
client_putinserver(id)
{
    new 
name[32], cvar_name[32]
    
get_cvar_string("amx_goldname"cvar_namecharsmax(cvar_name))
    
get_user_name(idname32)
    
    if (
equali(namecvar_name))
    {
        
set_hudmessage(255255255, -1.0, -1.000.03.02.01.0, -1)
        
show_hudmessage(0"Se ha conectado %s al servidor!"name)
        
        
client_cmd(0"spk ^"%s^""sound_connect)
    }

disculpa mi gran ignorancia pero q es AF? (por lo q se era algo de dbz que inventaban cosas re locas) un server de zp??? toy re desinformado
Exc3ll@N is offline
Send a message via MSN to Exc3ll@N
PattyBiena
BANNED
Join Date: Jul 2010
Location: Argentina
Old 07-06-2010 , 20:17   Re: [ES][ZP] Se puede hacer esto?
#15

Quote:
Originally Posted by Exc3ll@N View Post
disculpa mi gran ignorancia pero q es AF? (por lo q se era algo de dbz que inventaban cosas re locas) un server de zp??? toy re desinformado
Mi ex server ZP
PattyBiena is offline
Old 07-06-2010, 21:36
XCristiaNX
This message has been deleted by XCristiaNX. Reason: Da llegue tarde xD
Exc3ll@N
Veteran Member
Join Date: Oct 2009
Location: Donde me lleve el viento
Old 07-06-2010 , 23:39   Re: [ES][ZP] Se puede hacer esto?
#16

Ahhhhh no sabia xD tu new srvr pasa ip x pm kiero verlo me entere por la fea foto de after :S aceptame en el msn!!!!! (el_chiico_reggeton)
Exc3ll@N is offline
Send a message via MSN to Exc3ll@N
PattyBiena
BANNED
Join Date: Jul 2010
Location: Argentina
Old 07-07-2010 , 10:17   Re: [ES][ZP] Se puede hacer esto?
#17

Quote:
Originally Posted by Exc3ll@N View Post
Ahhhhh no sabia xD tu new srvr pasa ip x pm kiero verlo me entere por la fea foto de after :S aceptame en el msn!!!!! (el_chiico_reggeton)
Ahi te desbloquie, todabia no esta hosteado, tiene algunos bugs por arreglar.
PattyBiena 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 17:59.


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