[Ajuda] settime - 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] settime (
/showthread.php?tid=610912)
settime -
NascimentoRJ - 30.06.2016
pawn Код:
CMD:soltar(playerid, params[]) {
if(Stralioti[playerid][pAdministrador] <= 0) return SendClientMessage(playerid, 0xDF0016FF,"ERRO: Vocк nгo й um Administrador");
if(sscanf(params, "us", Id, motivo)) return SendClientMessage(playerid, 0x33AA33AA,"INFO: Use /soltar [id] [motivo]");
if(!IsPlayerConnected(Id))
return SendClientMessage(playerid, 0xDF0016FF,"ERRO: Este jogador nгo se encontra online");
SpawnPlayer(playerid);
format(stralioti, sizeof(stralioti), "O %s foi solto pelo Administrador %s motivo: %s", PlayerNome(playerid), PlayerNome(Id), motivo);
SendClientMessageToAll(-1, stralioti);
return 1;
}
Galera o que acontece й o seguinte, apуs eu usar o comando /soltar no player ele fica com o mundo invisivel.. ai queria apуs usar esse comando da um setttime nele... porque o chгo e algumas partes do mapa fica invisivel
Re: settime -
NascimentoRJ - 30.06.2016
Coloquei isso e apуs ele ser solto da cadeia, o mundo fica invisivel ainda
Re: settime -
NascimentoRJ - 30.06.2016
Estou sem host, mas vc tem skype ?
Re: settime -
NascimentoRJ - 30.06.2016
Entra nesse IP dez.ts3host.com.br
Re: settime -
NascimentoRJ - 30.06.2016
cara, vai atй a sala lб de baixo "cada um por si" pra gente se falar
Re: settime -
OverKiller - 01.07.2016
Cade a variбvel pra identificar se o player estar preso? O.o