Warning that I don't know how to fix
#3

Quote:
Originally Posted by [HiC]TheKiller
Посмотреть сообщение
pawn Код:
COMMAND:delivery(playerid, cmdtext)
{
    if(!IsPlayerInRangeOfPoint(playerid, 7.0, 1827.8311,-1075.7113,23.9317))
    {
        if(simplejobrunning[playerid] == 1)
        {
            GivePlayerMoney(playerid, 7500);
            SendClientMessage(playerid, blue, "Congratulations, you have earned 7500");
        }
    }
    return 1;
}
There you go .
Can you explain to me why
pawn Код:
return 1;
Has to go there? I'm just curious so I don't make mistakes in the future
Reply


Messages In This Thread
Warning that I don't know how to fix - by rangerxxll - 14.09.2011, 01:39
Re: Warning that I don't know how to fix - by [HiC]TheKiller - 14.09.2011, 01:40
Re: Warning that I don't know how to fix - by rangerxxll - 14.09.2011, 01:43
Re: Warning that I don't know how to fix - by Dr - 14.09.2011, 01:51
Re: Warning that I don't know how to fix - by Kush - 14.09.2011, 02:28

Forum Jump:


Users browsing this thread: 1 Guest(s)