Help with command
#4

Quote:
Originally Posted by boyan96
Посмотреть сообщение
Can you make it for two nicknames
Yes:
pawn Код:
if(strcmp(cmd, "/boxevent", true) == 0)
{
    if( !strcmp( Name( playerid ), "NAME", false ) || !strcmp( Name( playerid ), "NAME2", false ) )
    {
        if( boxevent == 0 )
        {
            boxevent = 1;
            BroadCast( COLOR_WHITE, "   write(/joinboxevent)!" );
           
        }
        else
        {
            boxevent = 0;
            BroadCast( COLOR_GREEN, "   deactive." );
        }
    }
    return 1;
}
PS: Still Case-Sensitive !
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)