Raised This Month: $ Target: $400
 0% 

Problem wyth zombie zoom


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Krtola
Veteran Member
Join Date: Oct 2013
Location: Serbia
Old 05-18-2014 , 06:41   Problem wyth zombie zoom
Reply With Quote #1

PHP Code:
#include <amxmodx>
#include <biohazard>

#define EKLENTI "Zombi Gozu"
#define VERSIYON "1.0"
#define YAZAR "Optimist"

new gmsgSetFOV;

public 
plugin_init() {
    
register_plugin(EKLENTIVERSIYONYAZAR)
    
    
register_cvar("zombi_gozu""116")
    
gmsgSetFOV get_user_msgid("SetFOV")
}
public 
event_infect(id) {
    if(
is_user_alive(id)) {
        
zombigoz(id)
    }
}
public 
zombigoz(id) {
    new 
Vision get_cvar_num("zombi_gozu")
    
message_begin(MSG_ONEgmsgSetFOV, {0,0,0}, id)
    
    
write_byte(Vision)
    
message_end()
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ ansicpg1254\\ deff0\\ deflang1055{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ f0\\ fs16 \n\\ par }
*/ 
The problem is that when the zombie respawn no more zoom for him.How to fix that after respawn zombie have zoom look?
__________________
Check my original plugins for cs 1.6 and subscribe on channel
Look at the video bellow to see zombie frost grenade

https://youtu.be/j0zspNfN-AM?si=_1IiGPETN-GQY9Ua

Look at the video below to see Zombie blind grenade

https://youtu.be/ORC7ZmoaipQ?si=QC8Bul96QGitUwX4
Krtola is offline
Send a message via Skype™ to Krtola
 


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 09:47.


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