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

client_print Mover el mensaje


  
 
 
Thread Tools Display Modes
Author Message
sniejder
Member
Join Date: Feb 2011
Old 03-02-2011 , 18:34   client_print Mover el mensaje
#1

Tengo el siguiente codigo
PHP Code:
public InformUser(id

    
remove_task(id
    if(
get_pcvar_num(pcvarToggle))
    { 
        
client_print(idprint_chat"Tienes %i Minuto Para escribir .ready O seras Kick"TIME_TILL_KICK
        
client_print(idprint_chat"Tienes %i Minuto Para escribir .ready O seras Kick"TIME_TILL_KICK
        
client_print(idprint_chat"Tienes %i Minuto Para escribir .ready O seras Kick"TIME_TILL_KICK)
        
client_print(idprint_chat"Tienes %i Minuto Para escribir .ready O seras Kick"TIME_TILL_KICK
        
client_print(idprint_chat"Tienes %i Minuto Para escribir .ready O seras Kick"TIME_TILL_KICK
        
client_print(idprint_chat"Tienes %i Minuto Para escribir .ready O seras Kick"TIME_TILL_KICK
        
set_task(float(TIME_TILL_KICK*60), "KickUser"id//  Starts kick timer. 
    


este se muestra en el servidor de la siguiente manera



seria posible mover el mensaje hacia la parte superior izquierda osea por el mismo lado pero arriba? me comentaron que se puede hacer es un hud o algo asi si alguien podria ayudarme lo agradeceria
__________________
SneijdeR cs 1.6

[IMG]http://img7.**************/img7/9841/basicrepository3dabstra.jpg[/IMG]

[IMG]http://img40.**************/img40/920/fondofinalag6.jpg[/IMG]



I'AM FAN MOD PUG
sniejder is offline
Tinchoto
Junior Member
Join Date: Feb 2011
Location: Lanus ARGENTINA
Old 03-02-2011 , 21:20   Re: client_print Mover el mensaje
#2

Remplaza esto
PHP Code:
public InformUser(id

    
remove_task(id
    if(
get_pcvar_num(pcvarToggle))
    { 
        
client_print(idprint_chat"Tienes %i Minuto Para escribir .ready O seras Kick"TIME_TILL_KICK
        
client_print(idprint_chat"Tienes %i Minuto Para escribir .ready O seras Kick"TIME_TILL_KICK
        
client_print(idprint_chat"Tienes %i Minuto Para escribir .ready O seras Kick"TIME_TILL_KICK)
        
client_print(idprint_chat"Tienes %i Minuto Para escribir .ready O seras Kick"TIME_TILL_KICK
        
client_print(idprint_chat"Tienes %i Minuto Para escribir .ready O seras Kick"TIME_TILL_KICK
        
client_print(idprint_chat"Tienes %i Minuto Para escribir .ready O seras Kick"TIME_TILL_KICK
        
set_task(float(TIME_TILL_KICK*60), "KickUser"id//  Starts kick timer. 
    


Por Esto
PHP Code:
public InformUser(id

    
remove_task(id
    if(
get_pcvar_num(pcvarToggle))
    { 
        
set_hudmessage(0000.040.6206.012.0)
        
show_hudmessage(id"Tienes %i Minuto Para escribir .ready O seras Kick"TIME_TILL_KICK)
        
set_task(float(TIME_TILL_KICK*60), "KickUser"id//  Starts kick timer. 
    


Tinchoto is offline
Send a message via ICQ to Tinchoto Send a message via AIM to Tinchoto Send a message via MSN to Tinchoto Send a message via Yahoo to Tinchoto Send a message via Skype™ to Tinchoto
sniejder
Member
Join Date: Feb 2011
Old 03-03-2011 , 02:08   Re: client_print Mover el mensaje
#3

broo codeo bien todo perfect pero no aparece el mensaje O.O
y tengo otro problema ejemplo si el servidor me kick y por no poner .ready y luego me reconecto y escribo .ready igual me sigue kick :S
__________________
SneijdeR cs 1.6

[IMG]http://img7.**************/img7/9841/basicrepository3dabstra.jpg[/IMG]

[IMG]http://img40.**************/img40/920/fondofinalag6.jpg[/IMG]



I'AM FAN MOD PUG
sniejder is offline
Old 03-03-2011, 21:46
YakumoHiratsuhi
This message has been deleted by YakumoHiratsuhi.
 



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


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