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

pawn Код:
format(string, sizeof (string), "%s ...", string, ...);
that's how you insert the previous string you formatted to continue with it.

pawn Код:
format(string,sizeof(string),
"Welcome,\n\nThis mail is sent to your on your command typing.\n\nAccount Info:\nUsername : %s\nPassword : %s\nMoney : $%d\nScore : %d\nKills : %d\nDeaths : %d\nBonus Kills : %d\nHits Completed : %d\nAD Pills : %d\nSaved Skin : %s\nPrivate Messages : %s\nDrugs : %d\nJailed : %s\nTimes Flashed : %d\n\Flash Kills : %d\nFlash Deaths : %d\n",
pInfo[playerid][playername],passworda[playerid],pInfo[playerid][Money],pInfo[playerid][Scores],pInfo[playerid][Kills],pInfo[playerid][Deaths],pInfo[playerid][Bonus_KILLS],pInfo[playerid][hits_completed],pInfo[playerid][Pills],savedskin,pm,pInfo[playerid][Drugs], jailed,pInfo[playerid][flash],pInfo[playerid][flash_kills],pInfo[playerid][flash_deaths]);

format(string,sizeof(string),
"%sInsulted To Death : %d\nInsulted Kills : %d\nWeapons Kit : %s\nMafia's Money Bags Founded : %d\nLotto Wins : %d\nDays Alive : %d\nBirthdays : %d\nGender : %s\nTeleport Messages : %s\nDeath Messages : %s\nInbox : %d New Messages\nTaxes Paid : $%d\nDebt : $%d\nBank Cash : $%d\nTimes Raped : %d\Times Got Raped : %d\nRape Kills : %d\nRape Death : %d\n\n Be Sure To Vist Our Forums/Wbsite : %s",
string,pInfo[playerid][foff_deaths],pInfo[playerid][foff_kills],weaponkit,pInfo[playerid][MoneyBag_Founded],pInfo[playerid][LottoWins],pInfo[playerid][DaysAlive],pInfo[playerid][birthdays],GenderNames[pInfo[playerid][pGender]],bgoto,telemsg,dmsg,pInfo[playerid][newmsg],pInfo[playerid][taxes_paid],pInfo[playerid][Debt],pInfo[playerid][BankMoeny],pInfo[playerid][raped],pInfo[playerid][gotraped],
pInfo[playerid][rape_kills],pInfo[playerid][rape_deaths],website);
If it still gives the error, split it to 3 parts instead of 2.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)