02.10.2012, 14:37
(
Последний раз редактировалось Coringa_Vilao; 07.11.2015 в 01:31.
)
Resolvido !
public OnPlayerDeath(playerid, killerid, reason)
{
if(GetPlayerWeapon(killerid) == 25) // Shotgun, sу um exemplo
{
new xiter[24], msg[128];
GetPlayerName(killerid,xiter,sizeof xiter);
format(msg,sizeof msg,"[ADMBOT]{FFFF00}%s foi kikado por usar uma shotgun!",xiter);
SendClientMessageToAll(-1,msg);
Kick(killerid);
}
return 1;
}
ata ^^ tipo e so fazer uma mensagem no /admins com o nome do BOT nй kkkkk' podes cre eu ja tava pensando fazer isso mais tipo como eles consegue deixa ele online ?
Don_Speed sabe mexer com: https://sampwiki.blast.hk/wiki/OnPlayerRequestClass @EDIT й a mesma coisa de eu colocar tipo no ant-ping nй ? |