ayuda
#2

Para el comando /kill no necesitas hacer practicamente nada, solo agrega esto en un GM:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  if(strcmp(cmdtext, "/kill", true) == 0)
  {
    SetPlayerHealth(playerid, 0.0);
    return 1;
  }
  return 0;
}
Para lo del anticheats, entras aqui: http://forum.sa-mp.com/index.php?board=62.0 y buscas "Anticheats".
Reply


Messages In This Thread
ayuda - by SiDek35 - 05.02.2010, 04:24
Re: ayuda - by Miguel - 05.02.2010, 04:35

Forum Jump:


Users browsing this thread: 1 Guest(s)