Weird error
#1

pawn Код:
(39315) : error 075: input line too long (after substitutions)
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
This is line 39315:

pawn Код:
return a;
This is the code near line 39315:

pawn Код:
public Random(min, max)
{
    new a = random(max - min) + min;
    return a;
}
Reply
#2

Why don't you use "random(max);"?
Reply
#3

What do you mean? Is that the problem?
Reply
#4

pawn Код:
Random( MIN, MAX )
{
    new A = random( MAX - MIN) + MIN;
    return A;
}
Habat nao?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)