02.12.2010, 18:56
you must add two braces
new gPlayerLogged[MAX_PLAYERS];
public OnPlayerConnect(playerid)
{
gPlayerLogged[playerid] = 0;// This is the 71 line
}
public OnPlayerDisconnect(playerid, reason)
{
gPlayerLogged[playerid] = 0;
}
new gPlayerLogged[MAX_PLAYERS];
public OnPlayerConnect(playerid)
{
gPlayerLogged[playerid] = 0;// This is the 71 line
}
public OnPlayerDisconnect(playerid, reason)
{
gPlayerLogged[playerid] = 0;
}