Small script problem
#2

Example:
Код:
CMD:test(playerid)
{
    if(TimerInfo[playerid][CMD_vfixveh] < gettime())
    {
        SCM(pid, -1, "{F71B9C} Command executed!");
        TimerInfo[playerid][CMD_vfixveh] = gettime() + 180;
    }
    else
    {
         SCM(pid, -1, "{F71B9C} You can only use this command every 3 minutes.");
    }

    return 1;
}
Reply


Messages In This Thread
Small script problem - by JXF - 24.06.2016, 20:11
Re: Small script problem - by F1N4L - 24.06.2016, 20:22
Re: Small script problem - by jlalt - 24.06.2016, 20:31
Re: Small script problem - by JXF - 24.06.2016, 20:48
Re: Small script problem - by IceBilizard - 25.06.2016, 04:15
Re: Small script problem - by JXF - 25.06.2016, 10:57
Re: Small script problem - by Sjn - 25.06.2016, 11:36
Re: Small script problem - by Sew_Sumi - 25.06.2016, 12:15
Re: Small script problem - by JXF - 28.06.2016, 16:34

Forum Jump:


Users browsing this thread: 3 Guest(s)