public OnPlayerConnect(playerid){ SetarPlayer(playerid); return 1; }public OnPlayerDisconnect(playerid, reason){ SalvarPlayer(playerid); return 1;}