[DUV]Liberar comando
#5

Quote:
Originally Posted by keller012
que??
Mto simples...
pawn Код:
new EventoLiberado = false;

onplayercomma...

if(!strcmp(cmdtext,"/evento")){
  if(!IsPlayerAdmin(playerid)) return false;
  if(!EventoLiberado){
    EventoLiberado = true;
    SendClientMessage(playerid,0xFFFFFFAA,"Evento Liberado.");
  }else if(EventoLiberado){
    EventoLiberado = false;
    SendClientMessage(playerid,0xFFFFFFAA,"Evento Trancado.");
  }
  return true;
}
ai quando o player fizer o comando de teleporte, adicione isto (no comeзo do comando)
pawn Код:
if(!EventoLiberado) return SendClientMessage(playerid,0xAA3333AA,"Evento Trancado.");
Tenta ai.. n testei pq to no trampo :P
Reply


Messages In This Thread
[DUV]Liberar comando - by keller012 - 25.02.2010, 05:08
Re: [DUV]Liberar comando - by Joao Ziicka - 25.02.2010, 08:59
Re: [DUV]Liberar comando - by keller012 - 25.02.2010, 11:23
Re: [DUV]Liberar comando - by Lucas_Brasil - 25.02.2010, 11:41
Re: [DUV]Liberar comando - by wafffllesss - 25.02.2010, 11:44
Re: [DUV]Liberar comando - by keller012 - 25.02.2010, 18:32
Re: [DUV]Liberar comando - by keller012 - 26.02.2010, 00:11
Re: [DUV]Liberar comando - by wafffllesss - 26.02.2010, 09:33

Forum Jump:


Users browsing this thread: 2 Guest(s)