01.08.2010, 23:12
Код:
C:\Program Files (x86)\SAMP Server\gamemodes\estprojekt.pwn(3129) : error 075: input line too long (after substitutions)
Код:
format(namem2rkmik, sizeof(namem2rkmik), "Andmed :: %s", name);
C:\Program Files (x86)\SAMP Server\gamemodes\estprojekt.pwn(3129) : error 075: input line too long (after substitutions)
format(namem2rkmik, sizeof(namem2rkmik), "Andmed :: %s", name);
format(string, sizeof(string), "[Vanus: %d] [Sugu: %s][Telefoninumber: %d] [Isikukood: %d] [Kodakondsus: %s] \n [KRaha: %d] [PRaha: %d] [Tase: %d] [Respekt: %d/%d] [Mдngutunnid: %d] \n [Annetajatiitel: %s] [Majavхti: %d] [Firmavхti: %d] [Autovхti(1): %d] [Autovхti(2): %d] [Autovхti(3): %d] \n [Tццkoht: %s] [Tiim: %s] [Orginatsioon: %s] [Aste: %d] \n [Uimastid: %d] [Materjalid: %d] [Suurim kala: %d] [Vдlimus: %d] [Interjццr: %d] [Lokaator: %d]", age, atext, pnumber, isikukood, otext, raha, account, level, exp, expamount, ptime, drank, housekey, bizkey, carkey, carkey2, carkey3, jtext, ttext, ftext, rtext, drugs, mats, bigfish, v2limus, intir, virworld); // Dialog of ShowStats
format(string, sizeof(string), "[Vanus: %d] [Sugu: %s][Telefoninumber: %d] [Isikukood: %d] [Kodakondsus: %s] \n [KRaha: %d] [PRaha: %d] [Tase: %d] [Respekt: %d/%d] [Mдngutunnid: %d] \n [Annetajatiitel: %s] [Majavхti: %d] [Firmavхti: %d] [Autovхti(1): %d] [Autovхti(2): %d] [Autovхti(3): %d] \n [Tццkoht: %s] [Tiim: %s] [Orginatsioon: %s] [Aste: %d] \n [Uimastid: %d] [Materjalid: %d] [Suurim kala: %d] [Vдlimus: %d] [Interjццr: %d] [Lokaator: %d]",
age, atext, pnumber, isikukood, otext, raha, account, level, exp, expamount, ptime, drank, housekey, bizkey, carkey, carkey2, carkey3, jtext, ttext, ftext, rtext, drugs, mats, bigfish, v2limus, intir, virworld); // Dialog of ShowStats
Your line 3130 is longer then 512 characters, that's why you get the error.
Just do this: pawn Код:
|
Header size: 2996 bytes Code size: 149312 bytes Data size: 2252492 bytes Stack/heap size: 16384 bytes; estimated max. usage=11703 cells (46812 bytes) Total requirements: 2421184 bytes
Thanks, but it compiler has comed another new message:
Код:
Header size: 2996 bytes Code size: 149312 bytes Data size: 2252492 bytes Stack/heap size: 16384 bytes; estimated max. usage=11703 cells (46812 bytes) Total requirements: 2421184 bytes |