This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Error: Input line too long (after substitutions)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Akshat
Senior Member
Join Date: Feb 2013
Location: India, Jaipur.
Old 01-30-2015 , 12:38   Error: Input line too long (after substitutions)
Reply With Quote #1

Getting this error on the line i have marked red (While compiling)

PHP Code:
public ShowInformation(id
{
    
id -= TASK_SHOW_INFORMATION;
    
    
set_task(0.1"ShowInformation"id+TASK_SHOW_INFORMATION);
    if(!
is_user_alive(id))
    {
        new 
target entity_get_int(idEV_INT_iuser2);
        if(
target == 0)
            return 
PLUGIN_CONTINUE;
            
        [
COLOR="Red"]set_hudmessage(2552552550.6, -1.000.00.30.00.02);[/COLOR]
        
ShowSyncHudMsg(idSyncHudObj"[Class : %s]^n[Exp : %i / %i]^n[Level : %i]^n[Item : %s]^n[Health : %d]^n[Kill%s : %d]^n[Death%s : %d]^n[HeadShot%s : %i]"names_klas[class_player[target]], experience_player[target], experience_level[level_player[target]], level_player[target], names_objects[information_item_player[target][0]], get_user_health(target), get_user_frags(target) > "s" ""get_user_frags(target), get_user_deaths(target) > "s" ""get_user_deaths(target), g_iHeadShots[target] > "s" "",   g_iHeadShots[target]);
        return 
PLUGIN_CONTINUE;
    }
    
set_hudmessage(025500.010.1900.00.30.00.0);
    
ShowSyncHudMsg(idSyncHudObj"[Class : %s]^n[Exp : %i / %i]^n[Level : %i]^n[Item : %s]^n[Health : %d]^n[Kill%s : %d]^n[Death%s : %d]^n[HeadShot%s : %i]"names_klas[class_player[id]], experience_player[id], experience_level[level_player[id]], level_player[id], names_objects[information_item_player[id][0]], get_user_health(id), get_user_frags(id) > "s" ""get_user_frags(id), get_user_deaths(id) > "s" ""get_user_deaths(id), g_iHeadShots[id] > "s" "",   g_iHeadShots[id]);
    return 
PLUGIN_CONTINUE;

__________________
Learning Pawn [3% Complete!]
Akshat is offline
Send a message via Skype™ to Akshat
 



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 15:35.


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