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

[ZP-HELP] First Zombie Teleport t Spawn!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
.Dare Devil.
Veteran Member
Join Date: Sep 2010
Old 09-27-2010 , 12:44   [ZP-HELP] First Zombie Teleport t Spawn!
Reply With Quote #1

Please Some One create this plugin.
I Try it make myself but i fail.

Last edited by .Dare Devil.; 09-27-2010 at 14:43.
.Dare Devil. is offline
zhulo
Senior Member
Join Date: Jun 2010
Location: Slovakia
Old 09-27-2010 , 14:48   Re: [ZP-HELP] First Zombie Teleport t Spawn!
Reply With Quote #2

try this:

in zombie_plague40.sma find:

PHP Code:
            // Show First Zombie HUD notice
            
set_hudmessage(25500HUD_EVENT_XHUD_EVENT_Y00.05.01.01.0, -1)
            
ShowSyncHudMsg(0g_MsgSync"%L",LANG_PLAYER"NOTICE_FIRST"g_playername[forward_id])
            
client_print(0print_center"%L",LANG_PLAYER"NOTICE_FIRST"g_playername[forward_id])
            
            
// Mode fully started!
            
g_modestarted true
            
            
// Round start forward
            
ExecuteForward(g_fwRoundStartg_fwDummyResultMODE_INFECTIONforward_id); 

and replace it with this:

PHP Code:
            // Show First Zombie HUD notice
            
set_hudmessage(25500HUD_EVENT_XHUD_EVENT_Y00.05.01.01.0, -1)
            
ShowSyncHudMsg(0g_MsgSync"%L",LANG_PLAYER"NOTICE_FIRST"g_playername[forward_id])
            
client_print(0print_center"%L",LANG_PLAYER"NOTICE_FIRST"g_playername[forward_id])
            
            
// Mode fully started!
            
g_modestarted true
            
            
// Round start forward
            
ExecuteForward(g_fwRoundStartg_fwDummyResultMODE_INFECTIONforward_id);
            
            
do_random_spawn(id
not tested.
zhulo is offline
Send a message via ICQ to zhulo Send a message via Skype™ to zhulo
.Dare Devil.
Veteran Member
Join Date: Sep 2010
Old 09-27-2010 , 14:50   Re: [ZP-HELP] First Zombie Teleport t Spawn!
Reply With Quote #3

Quote:
Originally Posted by zhulo View Post
try this:

in zombie_plague40.sma find:

PHP Code:
            // Show First Zombie HUD notice
            
set_hudmessage(25500HUD_EVENT_XHUD_EVENT_Y00.05.01.01.0, -1)
            
ShowSyncHudMsg(0g_MsgSync"%L",LANG_PLAYER"NOTICE_FIRST"g_playername[forward_id])
            
client_print(0print_center"%L",LANG_PLAYER"NOTICE_FIRST"g_playername[forward_id])
 
            
// Mode fully started!
            
g_modestarted true
 
            
// Round start forward
            
ExecuteForward(g_fwRoundStartg_fwDummyResultMODE_INFECTIONforward_id); 

and replace it with this:

PHP Code:
            // Show First Zombie HUD notice
            
set_hudmessage(25500HUD_EVENT_XHUD_EVENT_Y00.05.01.01.0, -1)
            
ShowSyncHudMsg(0g_MsgSync"%L",LANG_PLAYER"NOTICE_FIRST"g_playername[forward_id])
            
client_print(0print_center"%L",LANG_PLAYER"NOTICE_FIRST"g_playername[forward_id])
 
            
// Mode fully started!
            
g_modestarted true
 
            
// Round start forward
            
ExecuteForward(g_fwRoundStartg_fwDummyResultMODE_INFECTIONforward_id);
 
            
do_random_spawn(id
not tested.
Not Working...
.Dare Devil. is offline
RainePlayz1
Junior Member
Join Date: Mar 2022
Old 08-26-2022 , 06:42   Re: [ZP-HELP] First Zombie Teleport t Spawn!
Reply With Quote #4

Dare Devil
Open zombie_plague40.sma
Find
// Randomly turn iMaxZombies players into zombies
while (iZombies < iMaxZombies)
{
// Choose random guy
id = fnGetRandomAlive(random_num(1, alive_count))

// Dead or already a zombie
if (!g_isalive[id] || g_zombie[id])
continue;

// Turn into a zombie
zombieme(id, 0, 0, 1, 0)
iZombies++

Replace With
->>>
// Randomly turn iMaxZombies players into zombies
while (iZombies < iMaxZombies)
{
// Choose random guy
id = fnGetRandomAlive(random_num(1, alive_count))

// Dead or already a zombie
if (!g_isalive[id] || g_zombie[id])
continue;

// Turn into a zombie
zombieme(id, 0, 0, 1, 0)
do_random_spawn(id, 1)
iZombies++
Its Working 100%
-------------------------------
Can Some One Give Me Server?

Last edited by RainePlayz1; 08-26-2022 at 06:43. Reason: It Sucks
RainePlayz1 is offline
Salmon12
Junior Member
Join Date: Aug 2022
Old 08-27-2022 , 04:32   Re: [ZP-HELP] First Zombie Teleport t Spawn!
Reply With Quote #5

forgive me if I relive the post, I don't know if it's allowed, I need a contact from . Dare Devil. a friend wants to talk to him, here I leave his contact of my friend : KaiTi#6523 (the number and letters are from disc*rd).
Salmon12 is offline
Reply



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 10:01.


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