[Ajuda]Arrumar sistema de contagem
#4

Vou fazer uma base, adapte ao seu sistema:
pawn Код:
if( !strcmp( cmdtext, "/contar", true ) )
{
   new sCommand[ 256 ];
   sCommand = strtok( cmdtext, idx );
   if( !strlen( sCommand ) )
   {
      SendClientMessage( playerid, 0xFFF000AA, "Uso correto: /contar 9" );
      return true;
   }
   if( strcmp( sCommand, "9", true ) == 0 )
   {
      //Funзхes
      return true;
   }
   else
   {
      SendClientMessage( playerid, 0xFFF000AA, "Vocк nгo pode usar outro nъmero, sу 9. (/contar 9)" );
   }
   return true;
}
Reply


Messages In This Thread
[No subject] - by [BGSL]Manoel Ski - 29.04.2011, 17:44
Re: [Ajuda]Arrumar sistema de contagem - by Macintosh - 29.04.2011, 17:48
Re: [Ajuda]Arrumar sistema de contagem - by [BGSL]Manoel Ski - 29.04.2011, 17:50
Re: [Ajuda]Arrumar sistema de contagem - by The Knight - 29.04.2011, 17:56
Re: [Ajuda]Arrumar sistema de contagem - by Macintosh - 29.04.2011, 17:57
Re: [Ajuda]Arrumar sistema de contagem - by The Knight - 29.04.2011, 18:06
Re: [Ajuda]Arrumar sistema de contagem - by TheGarfield - 29.04.2011, 18:46
Re: [Ajuda]Arrumar sistema de contagem - by [BGSL]Manoel Ski - 29.04.2011, 18:54
Re: [Ajuda]Arrumar sistema de contagem - by The Knight - 29.04.2011, 18:54
Re: [Ajuda]Arrumar sistema de contagem - by [BGSL]Manoel Ski - 29.04.2011, 19:30

Forum Jump:


Users browsing this thread: 1 Guest(s)