[PEDIDO] Contagem que congela todos os jogadores
#2

coloca um portгo, quando o portao baixar todos saem ao mesmo tempo...

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
 
   if(strcmp(cmdtext, "/congelartds", true) == 0)//COMANDO
   {
for(new i = 0; i <= MAX_PLAYERS; i++)I = TODOS
{
     TogglePlayerControllable(i,0);//CONGELA
     return 1;
   }
}
    if(strcmp(cmdtext, "/desongelartds", true) == 0)//COMANDO
   {
for(new i = 0; i <= MAX_PLAYERS; i++)// I = TODOS
{
     TogglePlayerControllable(i,1);I = TODOS
     return 1;
   }
}
   return 0;
}
Codigo por Drakon/Drakins em: http://forum.sa-mp.com/showpost.php?...72&postcount=3
Reply


Messages In This Thread
[PEDIDO] Contagem que congela todos os jogadores - by [RoxX]Ygor - 17.09.2010, 20:28
Re: [PEDIDO] Contagem que congela todos os jogadores - by KevinsL - 17.09.2010, 20:37
Re: [PEDIDO] Contagem que congela todos os jogadores - by [RoxX]Ygor - 17.09.2010, 20:39

Forum Jump:


Users browsing this thread: 1 Guest(s)