24.10.2013, 19:23
Ola gente ja usei o search mais nгo consegui achar. se alguem pode me falar agradeзo
//TOPO DO GM
forward AntiSpawnKill(playerid);
//FINAL DO GM
public AntiSpawnKill(playerid)
{
SetPlayerHealth(playerid, 100);
SendClientMessage(playerid, -1, "Sua proteзгo acabou!");
return true;
}
//OnPlayerSpawn:
SetPlayerHealth(playerid, 99999);
SetTimerEx("AntiSpawnKill", 5000, false, "i", playerid);
SendClientMessage(playerid, -1, "Vocк estб protegido pelo anti-spawn-kill por 5 segundo");
Nгo seria anti-Spawn-Kill se for й sу tu criar um timer '-'
pawn Код:
|