| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 70,850
» Latest member: blablahldc
» Forum threads: 38,148
» Forum posts: 351,856
Full Statistics
|
| Online Users |
There are currently 441 online users. » 0 Member(s) | 438 Guest(s) Applebot, Bing, Google
|
| Latest Threads |
Ilir 'washere' Amati - AI...
Forum: CS - Config. (CFG)
Last Post: alking1
06-08-2026, 09:35 AM
» Replies: 1
» Views: 132
|
[Zombie Outstanding] +.Sm...
Forum: AMX - Addon's
Last Post: Learti Zm
06-07-2026, 01:46 PM
» Replies: 7
» Views: 334
|
Knife Addons @ 2016 New
Forum: AMX - Addon's
Last Post: Mr.Patr1k
06-07-2026, 09:49 AM
» Replies: 8
» Views: 294
|
Rreth pyetjes "A krijoi Z...
Forum: Feja Islame
Last Post: SHTRIGA
06-06-2026, 08:40 PM
» Replies: 3
» Views: 265
|
Lule MOD |FUNNY|
Forum: AMX - Addon's
Last Post: Learti Zm
06-06-2026, 07:56 PM
» Replies: 10
» Views: 1,072
|
Kërko Addons [+SHQIP]
Forum: AMX - Addon's
Last Post: Learti Zm
06-06-2026, 05:09 PM
» Replies: 1,138
» Views: 89,663
|
[Tutorial] Clean, Optimiz...
Forum: CS - Tutorial's - Tip & Tricks
Last Post: washere
06-06-2026, 11:56 AM
» Replies: 0
» Views: 87
|
Addons Zombie Plague v6.2...
Forum: AMX - Addon's
Last Post: Learti Zm
06-05-2026, 09:39 PM
» Replies: 35
» Views: 6,214
|
Ndihmë - Zombie Mod
Forum: Amx Mod X
Last Post: T.bo
06-05-2026, 08:09 PM
» Replies: 14
» Views: 683
|
Counter-Strike EG0-UCP (2...
Forum: Applications
Last Post: ValmirRamadani1
06-02-2026, 09:27 AM
» Replies: 4
» Views: 649
|
|
|
| Respawn Zombie [BIO] |
|
Posted by: KIQ - 06-16-2023, 02:37 PM - Forum: AMX - Plugin's
- Replies (1)
|
 |
PERSHKRIMI:
Ky eshte nje plugins i cili ringjall/respawn zombien ne biohazard pasi qe aj vdes.
CVAR:
bh_time_respawn 10 - Pas 10 sekondav ringjallet
INSTALIMI:
Pasi boni compiler sman, e futni ne /cstrike/addons/amxmodx/plugins/
Dhe pastaj e vendosni emrin e plguginsit ne /cstrike/addons/amxmodx/configs/plugins.ini
SMA:
Code: #include <amxmodx>
#include <biohazard>
#include <hamsandwich>
#define TASK_RESPAWN 123543
new cvar_respawn, cvar_timerespawn
public plugin_init()
{
register_plugin("[Bio] Addon: Zombie Spawn", "1.0", "Dias")
register_event("DeathMsg", "event_death", "a")
register_event("HLTV", "event_newround", "a", "1=0", "2=0")
cvar_respawn = register_cvar("bh_zombie_respawn", "1")
cvar_timerespawn = register_cvar("bh_time_respawn", "10.0")
}
public event_death()
{
new victim = read_data(2)
if(is_user_zombie(victim) && get_pcvar_num(cvar_respawn))
{
set_task(get_pcvar_float(cvar_timerespawn), "do_respawn", victim+TASK_RESPAWN)
message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("BarTime"), _, victim)
write_short(get_pcvar_num(cvar_timerespawn))
message_end()
client_print(victim, print_center, "You will be respawned after: %i seconds", get_pcvar_num(cvar_timerespawn))
}
}
public event_newround(id)
{
if(task_exists(id+TASK_RESPAWN))
{
remove_task(id+TASK_RESPAWN)
message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("BarTime"), _, id)
write_short(0)
message_end()
}
}
public do_respawn(taskid)
{
static id
id = taskid - TASK_RESPAWN
if(is_user_zombie(id))
{
ExecuteHam(Ham_CS_RoundRespawn, id)
client_print(id, print_center, "You have been respawned")
}
}
kichz
<!-- m --><a class="postlink" href="http://www.newzm.org" onclick="window.open(this.href);return false;">http://www.newzm.org</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.artanrexha.com" onclick="window.open(this.href);return false;">http://www.artanrexha.com</a><!-- m -->
kk kaloni mir
|
|
|
| Moviemaking Pack by miproduction |
|
Posted by: stronk - 06-16-2023, 12:04 PM - Forum: Applications
- Replies (12)
|
 |
Moviemaking pack by miproduction
Nuk osht moviemaking pack by me po osht ai qe un e perdori ,
p.s ma kan kerku shum njerz edhe thash ta postoj ktu
Ky moviemaking pack permban
Hud_Remover - Screenshot
![[Image: AZgMvgo.jpg]](http://i.imgur.com/AZgMvgo.jpg)
Hud_Remover sherben per mos dukjen e saytext, radar, hp, money, roundtime etj
Gjithashtu kto moviemaking pack jan ne kualitetin HD, dmth mundeson kualitetin me te mir gjat editimit
Download Link:
Code: http://uploading.com/files/21f41em2/MovieMaking%2BPACK.rar/
|
|
|
|