autorepair does not work
#3

Quote:
Originally Posted by xir
Посмотреть сообщение
pawn Код:
CMD:autorepair(playerid, params[])
{
    if(autorepair[playerid] == 0)
    {
        autorepair[playerid] = 1;
        SendClientMessage(playerid, COLOR_GREEN, "( ! ) You turned on autorepair.");

    }
    if(autorepair[playerid] == 1)
    {
        autorepair[playerid] = 0;
        SendClientMessage(playerid, COLOR_GREEN, "( ! ) You turned off autorepair.");
    }
    return 1;
}
if you do like that it wont work at all. It is not because of the command it has something with the public place to do.
Reply


Messages In This Thread
autorepair does not work - by Madsen - 31.05.2011, 14:24
Re: autorepair does not work - by xir - 31.05.2011, 14:41
Re: autorepair does not work - by Madsen - 31.05.2011, 16:47
Re: autorepair does not work - by sleepysnowflake - 31.05.2011, 16:59
Re: autorepair does not work - by Sasino97 - 31.05.2011, 17:25
Re: autorepair does not work - by Markx - 31.05.2011, 17:26
Re: autorepair does not work - by Laronic - 31.05.2011, 17:36
Re: autorepair does not work - by Madsen - 03.06.2011, 12:35

Forum Jump:


Users browsing this thread: 1 Guest(s)