17.08.2015, 23:30
Try changing the name, and declare it right before the function
pawn Код:
new blabla[MAX_PLAYERS];
public OnPlayerConnect(playerid)
{
blabla[playerid] = 1;
//...