Help with command
#5

pawn Код:
if(strcmp(cmd, "/boxevent", true) == 0)
{
   if( !strcmp( Name( playerid ), "NAME", false ) )
   {
      if( boxevent == 0 )
      {
        boxevent = 1;        
        BroadCast( COLOR_WHITE, "   write(/joinboxevent)!" );
      }
      else if ( !strcmp( Name( playerid ), "NAME2", false ) )
      if( boxevent == 0 )
      {
        boxevent = 1;        
        BroadCast( COLOR_WHITE, "   write(/joinboxevent)!" );
      }
      else
      {
        boxevent = 0;
        BroadCast( COLOR_GREEN, "   deactive." );
      }
   }
}
Reply


Messages In This Thread
Help with command - by boyan96 - 19.02.2012, 18:19
Re: Help with command - by aRoach - 19.02.2012, 18:23
Re: Help with command - by boyan96 - 19.02.2012, 18:31
Re: Help with command - by aRoach - 19.02.2012, 18:35
Re: Help with command - by Twisted_Insane - 19.02.2012, 18:37
Re: Help with command - by Konstantinos - 19.02.2012, 18:41

Forum Jump:


Users browsing this thread: 2 Guest(s)