error 075: input line too long (after substitutions)
#3

Try replacing the formatted string at the end with:
pawn Код:
format(string, sizeof(string), "Army: %s\n\
    CIA: %s\n\
    Regular Player: %s\n\
    Admin Level:%d\n\
    Jailtime: %d\n\
    Wanted Level: %d\n\
    C4 Packs: %d\n\
    Ropes: %d\n\
    Cash: $%d\n\
    BankCash: $%d\n\
    Rob Level: %d\n\
    Terrorist Level: %d\n\
    Heroin Injections: %d\n\
    Weed Grams: %d"
,
    ArmyString,
    CIAString,
    RegularString,
    AdminLevel[playerid],
    JailTimeString,
    GetPlayerWantedLevel(playerid),
    HasC4[playerid],
    HasRope[playerid],
    GetPlayerMoney(playerid),
    BankCash[playerid],
    RobSkill[playerid],
    TerroristSkill[playerid],
    HasHeroin[playerid],
    HasWeed[playerid]
);
Reply


Messages In This Thread
error 075: input line too long (after substitutions) - by Patrick - 10.02.2013, 07:56
Re: error 075: input line too long (after substitutions) - by dusk - 10.02.2013, 08:14
Re: error 075: input line too long (after substitutions) - by ryansheilds - 10.02.2013, 14:32

Forum Jump:


Users browsing this thread: 2 Guest(s)