Raised This Month: $ Target: $400
 0% 

First Zombie teleport to Spawnpoint


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
CeDeee
Member
Join Date: Dec 2011
Old 07-05-2013 , 18:06   First Zombie teleport to Spawnpoint
Reply With Quote #1

hy

PHP Code:
#include <amxmodx>
#include <hamsandwich>
#include <engine>
#include <zombieplague>

public plugin_init()
{
    
register_plugin("ZM-SpaWN""0.1""A Magyarkormany")
}

public 
zp_round_started(gamemodeid)
{
    if(
gamemode != MODE_INFECTION)
        return 
PLUGIN_HANDLED
    
    
if(zp_get_user_first_zombie(id))
    {
        
ExecuteHamB(Ham_CS_RoundRespawn,id)
    }
    return 
PLUGIN_CONTINUE

The zombies but teleports back into a human
CeDeee is offline
 


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 06:28.


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