Help with an error.
#5

Haha! He finally needs my help, easy as it is however...

pawn Код:
public OnPlayerFinishMission(playerid)
{
    if(!strmatch(VehicleInfo[vehicleid][Owner],GetName(playerid)) && VehicleInfo[vehicleid][Ownable] == 1) (error line)
    {
        SendClientMessage(playerid, COLOR_GREEN,"Bonus for using private vehicle: $2000");
        GivePlayerMoney(playerid, 2000);
    }
    // other stuff
    return 1;
}
Let me know how that works for ya.
Reply


Messages In This Thread
Help with an error. - by Haydz - 13.12.2010, 07:08
Re: Help with an error. - by ollis93 - 13.12.2010, 07:10
Re: Help with an error. - by Haydz - 13.12.2010, 07:18
Re: Help with an error. - by Think - 13.12.2010, 07:27
Re: Help with an error. - by SuperS82 - 13.12.2010, 07:29

Forum Jump:


Users browsing this thread: 1 Guest(s)