Weird Compile Log
#1

So, I tried to set chat's color for admins to gray, after I compile the script, I get this weird thing in the compile log:
Code:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:          34752 bytes
Code size:          5709568 bytes
Data size:         25073708 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:30834412 bytes

1 Warning.
I only have 1 warning which is not a problem. This is the string I used:
Code:
public OnPlayerText(playerid, text[])
{
	new string[200];
	if(!IsAdmin (playerid,1)) 
	{
 		format(string, sizeof(string), "{9C9C9C}» {%06x}%s {9C9C9C}[%d]: {BABABA} %s", (GetPlayerColor(playerid) >>> 8), pName[playerid], playerid, text);
 		SendClientMessageToAll((GetPlayerColor(playerid)), string);
	}
...
Anyone who knowns what's that log?
Reply


Messages In This Thread
Weird Compile Log - by EsperZ - 14.06.2016, 23:41
Re: Weird Compile Log - by TwinkiDaBoss - 14.06.2016, 23:52
Re: Weird Compile Log - by EsperZ - 15.06.2016, 00:02
Re: Weird Compile Log - by TwinkiDaBoss - 15.06.2016, 00:06
Re: Weird Compile Log - by EsperZ - 15.06.2016, 00:07

Forum Jump:


Users browsing this thread: 1 Guest(s)