Raised This Month: $ Target: $400
 0% 

Solved error 075: input line too long <after substitutions>


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
D4rkSiD3Rs
Senior Member
Join Date: Jan 2018
Location: Morocco
Old 06-17-2018 , 11:00   error 075: input line too long <after substitutions>
Reply With Quote #1

Hello, I found that error when I compile the plugin:
<2> error 075: input line too long <after substitutions>

> Image:

Can someone help me to fix it?

> Plugin:

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

new health_add
new health_hs_add

new nKiller
new nKiller_hp
new nHp_add

public plugin_init()
{
    
register_plugin("Vampire""1.0c""Shalfey")

    
health_add register_cvar("amx_vampire_hp""10")
    
health_hs_add register_cvar("amx_vampire_hs""15")

    
register_event("DeathMsg""hook_death""a""1>0")
}

public 
hook_death()
{
    
nKiller read_data(1)

    if ( (
read_data(3) == 1) && (read_data(5) == 0) )
    {
        
nHp_add get_pcvar_num (health_hs_add)
    }
    else 
nHp_add get_pcvar_num (health_add)

    
nKiller_hp get_user_health(nKiller)
    
nKiller_hp += nHp_add

    set_user_health
(nKillernKiller_hp)

    
set_hudmessage(02550, -1.00.1501.01.00.10.1, -1)
    
show_hudmessage(nKiller"Bonus: +%d HP"nHp_add)

    
message_begin(MSG_ONEget_user_msgid("ScreenFade"), {0,0,0}, nKiller)
    
write_short(1<<10)
    
write_short(1<<10)
    
write_short(0x0000)
    
write_byte(0)
    
write_byte(0)
    
write_byte(200)
    
write_byte(75)
    
message_end()


Last edited by D4rkSiD3Rs; 06-17-2018 at 14:32. Reason: editing
D4rkSiD3Rs 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 12:32.


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