Raised This Month: $ Target: $400
 0% 

[HELP] Game crashing


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
CSO-fag
Senior Member
Join Date: May 2010
Location: Indonesia, South Jakarta
Old 04-28-2011 , 21:41   [HELP] Game crashing
Reply With Quote #1

whenever i try to load the [ZP] No Recoil For Survivor
the error logs show this
Code:
 L 04/29/2011 - 08:41:21: -------- Mapchange to zm_dust2_Evil-Night --------
__________________
I play: CS 1.6, CSS, HL2, CSO, Seal Online, Ragnarok, and.....

1. [ZP] Zombie Ambience
[IMG]http://img714.**************/img714/9589/12013gd1w.gif[/IMG]
Adding more Link
CSO-fag is offline
kNowo
Senior Member
Join Date: Apr 2011
Location: Malaysia
Old 04-29-2011 , 00:30   Re: [HELP] Game crashing
Reply With Quote #2

damn. i had those error too the other day
kNowo is offline
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 04-29-2011 , 02:12   Re: [HELP] Game crashing
Reply With Quote #3

Quote:
Originally Posted by CSO-fag View Post
whenever i try to load the [ZP] No Recoil For Survivor
the error logs show this
Code:
 L 04/29/2011 - 08:41:21: -------- Mapchange to zm_dust2_Evil-Night --------
Add debug please. Try to put NoRecoil plugin after zp main plugin.
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019
yokomo is offline
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 04-29-2011 , 16:12   Re: [HELP] Game crashing
Reply With Quote #4

you compiled it locally?
cause i can see that the server doesn't even start...
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
SonicSonedit
Veteran Member
Join Date: Nov 2008
Location: Silent Hill
Old 04-29-2011 , 17:05   Re: [HELP] Game crashing
Reply With Quote #5

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

public plugin_init()
    
register_forward(FM_PlayerPreThink"fw_PlayerPreThink")

public 
fw_PlayerPreThink(id)
        if (
is_user_alive(id)&&zp_get_user_survivor(id))
            
set_pev(idpev_punchangleFloat:{0.00.00.0}) 
__________________

SonicSonedit is offline
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 04-29-2011 , 18:54   Re: [HELP] Game crashing
Reply With Quote #6

Quote:
Originally Posted by SonicSonedit View Post
PHP Code:
#include <amxmodx>
#include <fakemeta>
#include <zombieplague>

public plugin_init()
    
register_forward(FM_PlayerPreThink"fw_PlayerPreThink")

public 
fw_PlayerPreThink(id)
        if (
is_user_alive(id)&&zp_get_user_survivor(id))
            
set_pev(idpev_punchangleFloat:{0.00.00.0}) 
how about hooking primary attack with hamsandwich?
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
SonicSonedit
Veteran Member
Join Date: Nov 2008
Location: Silent Hill
Old 04-29-2011 , 21:00   Re: [HELP] Game crashing
Reply With Quote #7

PHP Code:
public plugin_init()
{
    new 
wpname[32]; 
    for (new 
wpid=0;wpid<32;wpid++)
    {
        
get_weaponname(wpid,wpname,charsmax(wpname))
        
RegisterHam(Ham_Weapon_PrimaryAttack,name,"ham_Weapon_PrimaryAttack_Post"1)
    }
}

public 
ham_Weapon_PrimaryAttack_Post(id)
        if (
zp_get_user_survivor(id))
            
set_pev(idpev_punchangleFloat:{0.00.00.0}) 
__________________

SonicSonedit is offline
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 04-30-2011 , 04:48   Re: [HELP] Game crashing
Reply With Quote #8

Quote:
Originally Posted by SonicSonedit View Post
PHP Code:
public plugin_init()
{
    new 
wpname[32]; 
    for (new 
wpid=0;wpid<32;wpid++)
    {
        
get_weaponname(wpid,wpname,charsmax(wpname))
        
RegisterHam(Ham_Weapon_PrimaryAttack,name,"ham_Weapon_PrimaryAttack_Post"1)
    }
}

public 
ham_Weapon_PrimaryAttack_Post(id)
        if (
zp_get_user_survivor(id))
            
set_pev(idpev_punchangleFloat:{0.00.00.0}) 
that's just simply the best
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
jc980
Veteran Member
Join Date: Jan 2010
Location: God is with us...
Old 04-30-2011 , 04:54   Re: [HELP] Game crashing
Reply With Quote #9

Quote:
Originally Posted by SonicSonedit View Post
PHP Code:
public plugin_init()
{
    new 
wpname[32]; 
    for (new 
wpid=0;wpid<32;wpid++)
    {
        
get_weaponname(wpid,wpname,charsmax(wpname))
        
RegisterHam(Ham_Weapon_PrimaryAttack,name,"ham_Weapon_PrimaryAttack_Post"1)
    }
}

public 
ham_Weapon_PrimaryAttack_Post(id)
        if (
zp_get_user_survivor(id))
            
set_pev(idpev_punchangleFloat:{0.00.00.0}) 
this method is what i use in my plugin!
__________________
jc980 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 05:57.


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