input line too long (after substitutions)! NEED HELP
#1

That's the CODE of the error 075: input line too long (after substitutions)

Код:
new MaleSkins[350] = {
 1,2,3,4,5,6,7,8,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,42,43,44,45,46,47,48,49, //41 skins on this line
 50,51,52,57,58,59,60,61,62,66,67,68,70,71,72,73,74,78,79,80,81,82,83,84,86,94,95,96, //28 skins on this line
 97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128, //32 skins on this line
 132,133,134,135,136,137,142,143,144,146,147,149,153,154,155,156,158,159,160,161,162,163,164,165,166, //25 skins on this line
 167,168,170,171,173,174,175,176,177,179,180,181,182,183,184,185,186,187,188,189,200, //21 skins on this line
 202,203,204,206,208,209,210,212,213,217,220,221,222,223,227,228,229,230,234,235,236, //21 skins on this line
 239,240,241,242,247,248,249,250,252,253,254,255,258,259,260,261,262,264,268,269,270,271, //25 skins on this line
 272,273,289,290,291,292,293,294,295,296,297,299,303,304,305
Reply
#2

The input line is to long
try this
PHP код:
new MaleSkins[350] = {
.. 305 
by putting the two dots ".." in the middle of the first and last number won't make the input line to big but all the numbers in the middle of 1 and 305 (and ofc 1 and 305) will be included like you want.
Reply
#3

Not working at all. I got more errors now hah
Reply
#4

This might get fixed if you make one number per line like
1,
2,
3 and so on but i'm not 100% sure
Or just use like 10 numbers per line?
Reply
#5

Quote:
Originally Posted by fireriper2
Посмотреть сообщение
Not working at all. I got more errors now hah
What are the errors?If you copy/pasted my codes (you shouldn't have, I just showed an example) it will show errors.Btw why do you need this "MaleSkins" function for?

Quote:
Originally Posted by Crystallize
Посмотреть сообщение
This might get fixed if you make one number per line like
1,
2,
3 and so on but i'm not 100% sure.
You know how long would that take xD?
Reply
#6

case 1: ShowModelSelectionMenuEx(playerid, MaleSkins, sizeof(MaleSkins), "[UCP] Select skin (Male)", 5, 0.0, 0.0, 0.0); This is what it's MaleSkins used, changing the skin in Binco.
And it gives me 3 errors
Reply
#7

Can you show us the errors and the error lines?
Reply
#8

PHP код:
new MaleSkins[350] = {
    
1,2,3,4,5,6,7,8,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,42,43,44,45,46,47,48,49//41 skins on this line
    
50,51,52,57,58,59,60,61,62,66,67,68,70,71,72,73,74,78,79,80,81,82,83,84,86,94,95,96//28 skins on this line
    
97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128//32 skins on this line
    
132,133,134,135,136,137,142,143,144,146,147,149,153,154,155,156,158,159,160,161,162,163,164,165,166//25 skins on this line
    
167,168,170,171,173,174,175,176,177,179,180,181,182,183,184,185,186,187,188,189,200//21 skins on this line
    
202,203,204,206,208,209,210,212,213,217,220,221,222,223,227,228,229,230,234,235,236//21 skins on this line
    
239,240,241,242,247,248,249,250,252,253,254,255,258,259,260,261,262,264,268,269,270,271//25 skins on this line
    
272,273,289,290,291,292,293,294,295,296,297,299,303,304,305
}; 
This doesn't seem to show errors for me.
Are you sure the errors comes from these lines?

EDIT:

Zeex's PAWN Patches should fix this issue, You can download it from here.
Just copy the files into your server_package/pawno.
Reply
#9

Quote:
Originally Posted by KeithCooper
Посмотреть сообщение
What are the errors?If you copy/pasted my codes (you shouldn't have, I just showed an example) it will show errors.Btw why do you need this "MaleSkins" function for?



You know how long would that take xD?
It wouldn't take long but it would fix the issue.
Reply
#10

Best solution is here
Quote:
Originally Posted by oMa37
Посмотреть сообщение
Zeex's PAWN Patches should fix this issue, You can download it from here.
Just copy the files into your server_package/pawno.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)