[Ajuda] Problema com banimento - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Problema com banimento (
/showthread.php?tid=599928)
Problema com banimento -
lKiller - 01.02.2016
Bom estou usando a include Vban do Vini no meu GM mas toda vez que vou banir um player por determinado tempo o motivo fica em branco e o eu coloco por 1 dia apenas e aparece que bani por 49 :\
Meu Code:
PHP код:
CMD:bantempo(playerid, params[])
{
if(Player[playerid][cAdmin] < 3)
return SendClientMessage(playerid, COLOR_RED, "[ERRO] Voc� n�o tem permiss�o para usar este comando.");
new ID,tempo, motivo[32];
if(sscanf(params, "rds[16]", ID,tempo,motivo))
return SendClientMessage(playerid, -1, "[USO] /tempban [id] [tempo] [motivo]");
VTempBan(playerid,ID,tempo,motivo);
return true;
}
Re: Problema com banimento -
F1N4L - 01.02.2016
PHP код:
CMD:bantempo(playerid, params[])
{
if(Player[playerid][cAdmin] < 3)
return SendClientMessage(playerid, COLOR_RED, "[ERRO] Voc� n�o tem permiss�o para usar este comando.");
new ID,tempo, motivo[60];
if(sscanf(params, "uis[60]", ID,tempo,motivo))
return SendClientMessage(playerid, -1, "[USO] /tempban [id] [tempo] [motivo]");
VTempBan(playerid,ID,tempo,motivo);
return true;
}
se n der й pq o salvamento ta com problema..