18.01.2015, 05:26
It's because g_PlayerChatCol[playerid] variable is set to 0 by default. Just add this to the end of OnPlayerConnect:
pawn Код:
g_PlayerChatCol[playerid] = 0xFFFFFFFF;