Raised This Month: $ Target: $400
 0% 

[ZP-HELP] First Zombie Teleport t Spawn!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



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


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