Ayuda con un Anti Spawnkill
#4

pawn Код:
public OnPlayerSpawn(playerid)
{
  SetPlayerHealth(playerid, 9999999);
  SetTimerEx("AnSpawn", 10000, false, "d", playerid);
  //..
  return 1;
}

forward AnSpawn(playerid);
pubilc AnSpawn(playerid)
{
   SetPlayerHealth(playerid, 100);
   SetPlayerArmour(playerid, 100);
   SendClientMessage(playerid, color, "Tu protecciуn ah terminado");
   return 1;
}
Me es incomodo hacer codigos aquн:S dime si te funciona o hice un fail x)
Reply


Messages In This Thread
Ayuda con un Anti Spawnkill - by DJGhost - 31.07.2011, 23:58
Respuesta: Ayuda con un Anti Spawnkill - by M1tux3r - 01.08.2011, 00:14
Respuesta: Ayuda con un Anti Spawnkill - by DJGhost - 01.08.2011, 00:41
Respuesta: Ayuda con un Anti Spawnkill - by Lunnatiicz - 01.08.2011, 04:27

Forum Jump:


Users browsing this thread: 1 Guest(s)