Input line too long.. ?!?
#1

Код:
			else if(lottonr == 61 || lottonr == 71 || lottonr == 147 || lottonr == 163 || lottonr == 164 || lottonr == 165 || lottonr == 166 || lottonr == 187 || lottonr == 228 || lottonr == 255 || lottonr == 265 || lottonr == 266 || lottonr == 267 || lottonr == 274 || lottonr == 275 || lottonr == 276 || lottonr == 277 || lottonr == 278 || lottonr == 279 || lottonr == 280 || lottonr == 281 || lottonr == 282 || lottonr == 283 || lottonr == 284 || lottonr == 285 || lottonr == 286 || lottonr == 287 || lottonr == 288 || lottonr == 294 || lottonr == 295) { SendClientMessage(playerid, COLOR_GREY, "  This skin is not available for you!"); return 1; }
And i get this error:

Код:
C:\Users\****\Desktop\samp03asvr_R3_win32\gamemodes\*****.pwn(37592) : error 075: input line too long (after substitutions)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
How can i fix, or .. im not sure about this ?
Reply
#2

Код:
else if(lottonr == 61 || lottonr == 71 || lottonr == 147 || lottonr == 163 || lottonr == 164 || lottonr == 165 || lottonr == 166 || lottonr == 187 || lottonr == 228 || lottonr == 255 
|| lottonr == 265 || lottonr == 266 || lottonr == 267 || lottonr == 274 || lottonr == 275 || lottonr == 276 || lottonr == 277 || lottonr == 278 || lottonr == 279 || lottonr == 280 
|| lottonr == 281 || lottonr == 282 || lottonr == 283 || lottonr == 284 || lottonr == 285 || lottonr == 286 || lottonr == 287 || lottonr == 288 || lottonr == 294 || lottonr == 295) 
{ 
SendClientMessage(playerid, COLOR_GREY, "  This skin is not available for you!"); 
return 1; 
}
try it
Reply
#3

Tyvm, it works.

But, for me to know, general knowledge...

Why didn't it work? :S.

or did it need to be more like a paragraph, or simply the line was too long?
Reply
#4

Quote:
Originally Posted by NewYorkRP
Tyvm, it works.

But, for me to know, general knowledge...

Why didn't it work? :S.

or did it need to be more like a paragraph, or simply the line was too long?
The line is infact too long.
Reply
#5

yep Line is really too long xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)