Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public OnPlayerDisconnect(playerid, reason)
  2. {
  3. LimpiarCuenta(playerid);
  4.  
  5. new string[128];
  6. format(string, 128, "%s [%d] se desconecto [IP: %s]",NombreJugador(playerid),PlayerInfo[playerid]);
  7. MensajeAdmin(COLOR_GREY, string, 3);
  8. if(IsPlayerInAnyVehicle(playerid))
  9. {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement