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

Respawn para deathrun?


  
 
 
Thread Tools Display Modes
Author Message
shb
Junior Member
Join Date: Apr 2012
Old 04-13-2012 , 12:33   Respawn para deathrun?
#1

buenas, eso necesito un respawn para jugar al deathrun, e estado buscando y no e encontrado niuno que valga la pena.

ya eso xao.
shb is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 04-13-2012 , 16:47   Re: Respawn para deathrun?
#2

Lo que podrías hacer es modificar el sistema de vidas del DeathRun 3.0 de xPaw para que siempre tenga 1 vida entonces siempre respawnearía, cambias unos client prints para que quede bien y listo.
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
shb
Junior Member
Join Date: Apr 2012
Old 04-14-2012 , 12:51   Re: Respawn para deathrun?
#3

no tengo idea de como hacer eso.
shb is offline
xLeoNNN
Veteran Member
Join Date: Sep 2010
Location: de_dust2
Old 04-14-2012 , 13:15   Re: Respawn para deathrun?
#4

Quote:
Originally Posted by shb View Post
no tengo idea de como hacer eso.
aprende pawn.
__________________
xLeoNNN is offline
Send a message via MSN to xLeoNNN
joex09
New Member
Join Date: Oct 2010
Location: maps/argentina.bsp
Old 04-16-2012 , 12:48   Re: Respawn para deathrun?
#5

Podria servir esto, bien simple. Aun soy nuevo u_u
PHP Code:
#include <amxmodx>
#include <hamsandwich>

#define PLUGIN "/respawn"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("say /respawn""player_respawn")
    
register_clcmd("say_team /respawn""player_respawn")
}

public 
player_respawn(id)
{
    if(
is_user_alive(id))
        return;
    
    
ExecuteHamB(Ham_CS_RoundRespawnid);


Last edited by joex09; 04-16-2012 at 13:07.
joex09 is offline
xLeoNNN
Veteran Member
Join Date: Sep 2010
Location: de_dust2
Old 04-16-2012 , 16:07   Re: Respawn para deathrun?
#6

1) detalla mas lo que quieras
2) como dije, si no sabes no vengas a pedir cosas e irte, al menos aprende y si no te interesa, haber si alguien te hace los codes gratis SIEMPRE.
3) mejora tu ortografía.
__________________
xLeoNNN is offline
Send a message via MSN to xLeoNNN
AlgoChikitito
BANNED
Join Date: Feb 2011
Location: España
Old 04-16-2012 , 17:50   Re: Respawn para deathrun?
#7

Quote:
Originally Posted by joex09 View Post
Podria servir esto, bien simple. Aun soy nuevo u_u
PHP Code:
#include <amxmodx>
#include <hamsandwich>

#define PLUGIN "/respawn"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("say /respawn""player_respawn")
    
register_clcmd("say_team /respawn""player_respawn")
}

public 
player_respawn(id)
{
    if(
is_user_alive(id))
        return;
    
    
ExecuteHamB(Ham_CS_RoundRespawnid);

Con esto podría no terminar la ronda nunca. Y el terrorista ser siempre el mismo
AlgoChikitito is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 04-16-2012 , 20:07   Re: Respawn para deathrun?
#8

Quote:
Originally Posted by AlgoChikitito View Post
Con esto podría no terminar la ronda nunca. Y el terrorista ser siempre el mismo
Estás equivocado.
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
AlgoChikitito
BANNED
Join Date: Feb 2011
Location: España
Old 04-16-2012 , 21:29   Re: Respawn para deathrun?
#9

Quote:
Originally Posted by Neeeeeeeeeel.- View Post
Estás equivocado.
En que estoy equivocado?
AlgoChikitito is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 04-16-2012 , 22:05   Re: Respawn para deathrun?
#10

Quote:
Originally Posted by AlgoChikitito View Post
En que estoy equivocado?
En todo lo que dijiste, si un ct escribe /respawn revive normalmente y continua la ronda... Ahora si muere un TT la ronda termina instantaneamente por mas que antes que inicie la nueva ronda se reviva a si mismo, luego se elige un tt random.
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
 


Thread Tools
Display Modes

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 02:34.


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