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

Hey guys I need little help from scripters


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
hotdoge1337a
New Member
Join Date: Jan 2017
Old 01-28-2017 , 18:53   Hey guys I need little help from scripters
Reply With Quote #1

Hello guys, I need your help.. It's nothing big but I need that badly

Soo, can you put that FIRST ZOMBIE got freezed 10 seconds.. Only first zombie, in begining of round.. Thankss <3

Here is the sma ->SMA


Love yaaa
hotdoge1337a is offline
hotdoge1337a
New Member
Join Date: Jan 2017
Old 01-29-2017 , 12:54   Re: Hey guys I need little help from scripters
Reply With Quote #2

BUMP!

Pls someone, I am in hurry :'(
hotdoge1337a is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 01-29-2017 , 13:40   Re: Hey guys I need little help from scripters
Reply With Quote #3

PHP Code:
#include <amxmodx>
#include <fakemeta>
#include <zombieplague>

#define PLUGIN "[ZP] First Zombie Freeze"
#define VERSION "1.0"
#define AUTHOR "DoNii"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
}

public 
zp_user_infected_post(id) {
    
    if(
zp_get_user_first_zombie(id)) {
        
        
set_pev(idpev_flagspev(idpev_flags) | FL_FROZEN); 
        
set_task(10.0"zp_first_zombie_unfreeze"id);
    }
}

public 
zp_first_zombie_unfreeze(id) {
    
    
set_pev(idpev_flagspev(idpev_flags) & ~FL_FROZEN); 
    
client_print(idprint_chat"[ZP] You Now Are UnFrozen");

__________________
edon1337 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 20:53.


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