[Ajuda] Bug ban SeTimerEx motivo no samp.ban
#1

Quando Player e banido por usar armas proibidas fora da arena, tentei usar setTimerEx para aparecer o motivo do ban.
sу que, o motivo nгo aparece no samp.ban aparece (null) ou INGAME BAN se alguem me ajudar agradeзo

meu codigo:

pawn Код:
forward BanirPlayer(playerid, const motivo[]);
public BanPlayer(playerid, const motivo[])
{
new string[128],PlayerName[MAX_PLAYER_NAME];
GetPlayerName(playerid, PlayerName, MAX_PLAYER_NAME);
format(string, sizeof(string), "%s foi banido. (%s)", PlayerName,motivo);
SendClientMessage(playerid, -1, string);
SetTimerEx("BanHack", 500, false, "i",playerid);
return 1;
}

forward BanHack(playerid, motivo[]);
public BanHack(playerid, motivo[])
{
    BanEx(playerid, motivo);
    return 1;
}
Reply


Messages In This Thread
Bug ban SeTimerEx motivo no samp.ban - by drop - 14.05.2014, 00:21
Re: Bug ban SeTimerEx motivo no samp.ban - by ForT - 14.05.2014, 00:23
Re: Bug ban SeTimerEx motivo no samp.ban - by LockeD - 14.05.2014, 00:24
Re: Bug ban SeTimerEx motivo no samp.ban - by drop - 14.05.2014, 00:37
Re: Bug ban SeTimerEx motivo no samp.ban - by LockeD - 14.05.2014, 01:27
Re: Bug ban SeTimerEx motivo no samp.ban - by Locky_ - 14.05.2014, 09:31

Forum Jump:


Users browsing this thread: 1 Guest(s)