problem compiling
#1

Код:
C:\Documents and Settings\Trulis\Desktop\Zonek\Zonek\gamemodes\Zonek.pwn(42150) : warning 203: symbol is never used: "players"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:           9916 bytes
Code size:          1854832 bytes
Data size:          4875884 bytes
Stack/heap size:      16384 bytes; estimated max. usage=4124 cells (16496 bytes)
Total requirements: 6757016 bytes

1 Warning.
I get this error when compiling but on that line there isn't anything

pawn Код:
//==============================================================================
public Reklam2()
{
    new string[256];
    new result[64];
    format(string, sizeof(string), "~r~w3zoo", result);
    TextDrawSetString(Textdraw0, string);
    TextDrawShowForAll(Textdraw0);
    return 1;
}
  //this is 42150
Reply


Messages In This Thread
problem compiling - by trulis - 05.03.2012, 19:21
Re: problem compiling - by [BP]Tony - 05.03.2012, 19:22
AW: problem compiling - by BigETI - 05.03.2012, 19:26
Re: problem compiling - by trulis - 05.03.2012, 19:35
AW: problem compiling - by BigETI - 05.03.2012, 19:51
Re: problem compiling - by Edvin - 05.03.2012, 19:55
Re: problem compiling - by trulis - 05.03.2012, 19:58
Re: problem compiling - by Max_Coldheart - 05.03.2012, 20:00
AW: problem compiling - by BigETI - 05.03.2012, 20:01
Re: problem compiling - by Chrillzen - 05.03.2012, 21:16

Forum Jump:


Users browsing this thread: 1 Guest(s)