Ao morrer
#6

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
new string[128];
if(IsPlayerConnected(killerid))
{
if(killerid != playerid)
{
if(AdminDuty[playerid])
{
if(!AdminDuty[killerid])
{
KickPlayer(killerid,"Jorge_Jesus","Matar um Administrador e abuso.");
format(string, sizeof(string), "Jorge_Jesus kickou %s, Razгo: Matar um Administrador em serviзo e abuso. ", PlayerName(killerid));
Kick(killerid);
}
SetPlayerWantedLevelEx(killerid,GetPlayerWantedLevelEx(playerid)+1);
}
return 1;
}
tenta..
Reply


Messages In This Thread
Ao morrer - by DreyPT - 20.03.2012, 16:41
Re: Ao morrer - by @Riichard - 20.03.2012, 16:45
Re: Ao morrer - by Kmatsu - 20.03.2012, 16:47
Re: Ao morrer - by DouglasRodrigues - 20.03.2012, 16:57
Re: Ao morrer - by DreyPT - 20.03.2012, 17:05
Re: Ao morrer - by @Riichard - 20.03.2012, 17:07
Re: Ao morrer - by DreyPT - 20.03.2012, 17:10
Re: Ao morrer - by histire - 20.03.2012, 17:12
Re: Ao morrer - by DouglasRodrigues - 20.03.2012, 17:14
Re: Ao morrer - by @Riichard - 20.03.2012, 17:14

Forum Jump:


Users browsing this thread: 1 Guest(s)