Raised This Month: $ Target: $400
 0% 

[HELP] Cant Compimile


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
adamCSzombie1
Junior Member
Join Date: May 2014
Location: Slovakia Košice
Old 08-09-2014 , 03:40   [HELP] Cant Compimile
Reply With Quote #1

Hi all. I cant compimile this plugin. Can there are one player compimile?
Code:
#include <amxmisc>
#include <hamsandwich>
#include <cstrike>
#include <fun>
#include <fakemeta>
#include <engine>
#tryinclude <cstrike_pdatas>
For Help Thanks
Attached Files
File Type: sma Get Plugin or Get Source (furien.sma - 79 views - 47.9 KB)
__________________
adamCSzombie1 is offline
Send a message via Skype™ to adamCSzombie1
PreDominance
Member
Join Date: Jul 2014
Old 08-09-2014 , 04:07   Re: [HELP] Cant Compimile
Reply With Quote #2


Look around line 167 of the file and tell me what looks wrong.
PreDominance is offline
Eagle07
Veteran Member
Join Date: May 2014
Location: Morocco :D
Old 08-09-2014 , 06:21   Re: [HELP] Cant Compimile
Reply With Quote #3

line 161
Change This
PHP Code:
public OnCWeaponBox_Touchweaponbox id )
{
    if( 
IsPlayer(id) && is_user_alive(id) && pev(weaponboxpev_flags) & FL_ONGROUND )
        
            return 
HAM_IGNORED
        
}
        return 
HAM_SUPERCEDE
    
}
    return 
HAM_IGNORED


PHP Code:
public OnCWeaponBox_Touchweaponbox id )
{
    if( 
IsPlayer(id) && is_user_alive(id) && pev(weaponboxpev_flags) & FL_ONGROUND )
        return 
HAM_SUPERCEDE

    
return HAM_IGNORED

-------------

And In Line 1848

change
PHP Code:
    if(is_user_alive(id))
    {
        new 
si menu_create("Epic Veci \w(\r/furien\w)","specialne_itemy_handle")
        
menu_additem(si,"Wall Jump \dcena\y:\r120$^n\dWall Jump pre normalneho hraca (KOLO) !")")
        menu_additem(si,"
AutoBunnyHop \w[\yVIP\w] \dcena\y:\r100$^n\dAutomaticky Bhop (KOLO)")")
        
menu_display(id,si)
    } 


PHP Code:
    if(is_user_alive(id))
    {
        new 
si menu_create("Epic Veci \w(\r/furien\w)","specialne_itemy_handle")
        
menu_additem(si,"Wall Jump \dcena\y:\r120$^n\dWall Jump pre normalneho hraca (KOLO) !")
        
menu_additem(si,"AutoBunnyHop \w[\yVIP\w] \dcena\y:\r100$^n\dAutomaticky Bhop (KOLO)")
        
menu_display(id,si)
    } 
Attached Files
File Type: sma Get Plugin or Get Source (furien.sma - 390 views - 47.6 KB)
__________________
Eagle07 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 13:10.


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