Disabling a command or function with a variable?
#2

pawn Code:
COMMAND:shop( playerid, params [ ] )
{
    if ( ifCMDDisable == 0 ) return 0;
    else
    {
    //..
    }  
    return 1;
}
Reply


Messages In This Thread
Disabling a command or function with a variable? - by -Rebel Son- - 22.11.2010, 02:48
Re: Disabling a command or function with a variable? - by Retardedwolf - 22.11.2010, 02:53
Re: Disabling a command or function with a variable? - by Th3Angel - 22.11.2010, 02:57
Re: Disabling a command or function with a variable? - by -Rebel Son- - 22.11.2010, 02:57
Re: Disabling a command or function with a variable? - by Retardedwolf - 22.11.2010, 03:01
Re: Disabling a command or function with a variable? - by -Rebel Son- - 22.11.2010, 03:06
Re: Disabling a command or function with a variable? - by willsuckformoney - 22.11.2010, 03:20
Re: Disabling a command or function with a variable? - by -Rebel Son- - 22.11.2010, 03:31
Re: Disabling a command or function with a variable? - by willsuckformoney - 22.11.2010, 03:33
Re: Disabling a command or function with a variable? - by -Rebel Son- - 22.11.2010, 03:37
Re: Disabling a command or function with a variable? - by Buzzbomb - 22.11.2010, 03:38
Re: Disabling a command or function with a variable? - by willsuckformoney - 22.11.2010, 03:45
Re: Disabling a command or function with a variable? - by -Rebel Son- - 22.11.2010, 03:46
Re: Disabling a command or function with a variable? - by willsuckformoney - 22.11.2010, 03:49
Re: Disabling a command or function with a variable? - by -Rebel Son- - 22.11.2010, 03:52
Re: Disabling a command or function with a variable? - by willsuckformoney - 22.11.2010, 03:52
Re: Disabling a command or function with a variable? - by -Rebel Son- - 22.11.2010, 03:54
Re: Disabling a command or function with a variable? - by willsuckformoney - 22.11.2010, 04:00
Re: Disabling a command or function with a variable? - by -Rebel Son- - 22.11.2010, 04:04

Forum Jump:


Users browsing this thread: 1 Guest(s)