How do i put this together.. ((Cmds))
#9

Well after that i made this of it but it still doesnt work
pawn Код:
CMD:searchtest( playerid, params[ ] )
{
    if( hung_IsPlayerAthunger( playerid ) )
    {
        if( isfilling[ playerid ] ) return SendClientMessage( playerid, 0xFFC800FF, "You are already eating/searching!" );
        if( hungers[ playerid ] > 80 ) return SCM( playerid, red, "You are not hungry!" );
        TogglePlayerControllable( playerid, 0 );
        isfilling[ playerid ] = 1;
        timerfill[ playerid ] = SetTimerEx( "timer_fill", 5500, true, "i", playerid ); //setting refueltimer
        }
        if(ammu_IsPlayerAtammu( playerid ) )
        {
        timerammu[ playerid ] = SetTimerEx( "timer_ammu", 5000, true, "i", playerid ); //setting refueltimer
        }
        if( !base_IsPlayerAtme( playerid ) )
        {
        timerbase[ playerid ] = SetTimerEx( "timer_base", 5000, true, "i", playerid ); //setting refueltimer
    }
    return 1;
}
It gives no errors or warnings but when i use it it says : Unknown command
Reply


Messages In This Thread
How do i put this together.. ((Cmds)) - by demonarn - 06.02.2012, 13:07
Re: How do i put this together.. ((Cmds)) - by Konstantinos - 06.02.2012, 13:28
Re: How do i put this together.. ((Cmds)) - by demonarn - 06.02.2012, 13:36
Re: How do i put this together.. ((Cmds)) - by demonarn - 07.02.2012, 14:04
Re: How do i put this together.. ((Cmds)) - by demonarn - 08.02.2012, 13:04
Re: How do i put this together.. ((Cmds)) - by demonarn - 09.02.2012, 15:51
Re: How do i put this together.. ((Cmds)) - by Konstantinos - 09.02.2012, 15:56
Re: How do i put this together.. ((Cmds)) - by demonarn - 09.02.2012, 17:48
Re: How do i put this together.. ((Cmds)) - by demonarn - 11.02.2012, 10:14
Re: How do i put this together.. ((Cmds)) - by [ABK]Antonio - 11.02.2012, 10:23

Forum Jump:


Users browsing this thread: 1 Guest(s)