03.06.2007, 17:26
http://sa-mp.pastebin.co.uk/16304 - Debugger that I'm using for my gamemode.
In this code if both C_DEBUG and G_DEBUG are true it will print the debug message to console and also to the admins in-game
.
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
DEBUGF("OnPlayerRequestClass(%d, %d)",playerid, classid);
return 1;
}
![Smiley](images/smilies/smile.png)