input line too long (after substitutions)
#1

I'm guessing this was caused be cause the below line is too big.
pawn Код:
else if(checkpointid == BigEarCP || checkpointid ==  TeeMotelCP || checkpointid ==  OilCP || checkpointid ==  SeaCP || checkpointid ==  HillCP || checkpointid ==  DamCP || checkpointid ==  DeserttownCP || checkpointid ==  RanchCP || checkpointid ==  CluckinBellCP || checkpointid ==  GasstationCP || checkpointid ==  ProbeinnCP || checkpointid ==  SiloCP || checkpointid ==  RoundtowerCP || checkpointid ==  Gasstation2CP || checkpointid ==  WeirdbuildingCP || checkpointid ==  Deserttown3CP)
Reply
#2

Yes. Just make new lines

Edit: like so:

pawn Код:
else if(checkpointid == BigEarCP || checkpointid ==  TeeMotelCP ||
checkpointid ==  OilCP || checkpointid ==  SeaCP || checkpointid ==  HillCP ||
checkpointid ==  DamCP || checkpointid ==  DeserttownCP || checkpointid ==  RanchCP ||
checkpointid ==  CluckinBellCP || checkpointid ==  GasstationCP || checkpointid ==  ProbeinnCP ||
checkpointid ==  SiloCP || checkpointid ==  RoundtowerCP || checkpointid ==  Gasstation2CP ||
checkpointid ==  WeirdbuildingCP || checkpointid ==  Deserttown3CP)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)