13.11.2012, 13:35
pawn Код:
stock PlayerName(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
return name;
}
pawn Код:
// At the top, under '#include (s)'
#define COLOR_GREY 0xAFAFAFAA
You should define so many things that I don't know where you got from.