User
Pass
2FA
 
 

[CERERE] Plugin respawn

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Plugins - Help / Support
Author Message2598
BeauDeCiuda

[Mentally Stable]



Status: Offline
(since 05-02-2021 15:30)
Joined: 22 Apr 2014
Posts: 5, Topics: 2
Location: Romania

Reputation: 41.2
Votes: 1

Post Posted: 22-11-2017, 12:28:33 | Translate post to: ... (Click for more languages)

Nume: Alex
Descriere plugin: Deci vreau un plugin pentru respawn.
Alte detalii: fara meniu fara nimic. doar omor un adversar si imi da restart in baza. vreau doar sma si amxx cat mai curate.
Exemplu: Le-am incercat pe cele gasite.. numai erori..

P.S am cautat si aici pe comunitate dar am dat numai peste link-uri expirate.
Multumesc,

0 0
  
Back to top
View user's profile Send private message
TwisTer

[GOOGLE SEARCHER]



Status: Offline
(since 17-05-2023 01:23)
Joined: 04 May 2007
Posts: 6962, Topics: 147
Location: Romania

Reputation: 2724.4
Votes: 231

 
Post Posted: 22-11-2017, 21:10:04 | Translate post to: ... (Click for more languages)

Ai incercat versiunea lui v3x? e unul din veteranii de pe alliedmods : Download
Spoiler:



0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
BeauDeCiuda

[Mentally Stable]



Status: Offline
(since 05-02-2021 15:30)
Joined: 22 Apr 2014
Posts: 5, Topics: 2
Location: Romania

Reputation: 41.2
Votes: 1

Post Posted: 22-11-2017, 21:11:15 | Translate post to: ... (Click for more languages)

Nu cred, testez acuma - si revin cu edit

Edit: nu merge.. nu se intampla nimic .

0 0
  
Back to top
View user's profile Send private message
luis1

[Mentally Stable]



Status: Offline
(since 16-12-2017 17:06)
Joined: 28 Aug 2017
Posts: 20, Topics: 7
Location: Romania

Reputation: 20.9
Votes: 1

Post Posted: 28-11-2017, 21:38:26 | Translate post to: ... (Click for more languages)

#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>

#define PLUGIN "Respawn Status"
#define VERSION "1.0"

new g_bStatus;
public plugin_init()
{
register_plugin(PLUGIN, VERSION, "FaTzZu")

RegisterHam(Ham_Killed, "player", "Ham_PlayerKilled", 0);

register_clcmd("say /respawn","cmdSayRespawn")
register_clcmd("say_team /respawn","cmdSayRespawn")
}
public cmdSayRespawn(id)
{
if(!(get_user_flags(id) & ADMIN_IMMUNITY))
{
client_print(id, print_chat, "Nu ai acces la comanda !");
return PLUGIN_HANDLED;
}
new szText[192];
new menu = menu_create("Change RESPAWN status", "handlerMenu");

switch(g_bStatus)
{
case true: formatex(szText, 191, "RESPAWN - \yON")
case false: formatex(szText, 191, "RESPAWN - \dOFF")
}
menu_additem(menu, szText, "1", 0)

menu_setprop(menu, MPROP_EXIT, MEXIT_ALL);
menu_display(id, menu, 0);

return PLUGIN_HANDLED;
}
public handlerMenu(id, menu, item)
{
if( item == MENU_EXIT )
{
menu_destroy(menu);
return PLUGIN_HANDLED;
}
new data[6], iName[64];
new access, callback;
menu_item_getinfo(menu, item, access, data,5, iName, 63, callback);
new key = str_to_num(data);

switch(key)
{
case 1:
{
switch(g_bStatus)
{
case true:
{
g_bStatus = false;
client_print(id, print_chat, "Respawnul a fost dezactivat !");
}
case false:
{
g_bStatus = true;
client_print(id, print_chat, "Respawnul a fost activat !");
}
}
cmdSayRespawn(id);
}
}
menu_destroy(menu);
return PLUGIN_HANDLED;
}
public Ham_PlayerKilled(victim, attacker, shouldgib)
{
if(g_bStatus)
set_task(1.0,"Respawn_Player", victim);
}
public Respawn_Player(id)
{
ExecuteHam(Ham_CS_RoundRespawn, id);
}
Spoiler:

0 0
  
Back to top
View user's profile Send private message
BeauDeCiuda

[Mentally Stable]



Status: Offline
(since 05-02-2021 15:30)
Joined: 22 Apr 2014
Posts: 5, Topics: 2
Location: Romania

Reputation: 41.2
Votes: 1

Post Posted: 07-01-2018, 21:20:57 | Translate post to: ... (Click for more languages)

nu, vreau sa fac un server de respawn.. si cmds-urile alea toate au cate un bug .. pe unul nu merge parasuta, pe unul nu te poti pune spectator .. si numai dinastea
0 0
  
Back to top
View user's profile Send private message
BeauDeCiuda

[Mentally Stable]



Status: Offline
(since 05-02-2021 15:30)
Joined: 22 Apr 2014
Posts: 5, Topics: 2
Location: Romania

Reputation: 41.2
Votes: 1

Post Posted: 09-01-2018, 12:18:57 | Translate post to: ... (Click for more languages)

up. nimeni?
0 0
  
Back to top
View user's profile Send private message
Spartans.

[<®>]



Status: Offline
(since 29-04-2019 17:53)
Joined: 23 Feb 2016
Posts: 7113, Topics: 1016
Location: Buzau

Reputation: -356.8
Votes: 203

 
Post Posted: 20-01-2018, 09:50:33 | Translate post to: ... (Click for more languages)

http://www.girlshare.ro/32418376.1


0 0
  
Back to top
View user's profile Send private message
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Plugins - Help / Support  


The time now is 28-04-2024, 00:09:29
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password


This message appears only once, so
like us now until it's too late ! :D
x