Got a case problem.
#9

Quote:
Originally Posted by MadeMan
pawn Код:
IsPlayerHR313SRCar(playerid)
{
    new vehicleid = GetPlayerVehicleID(playerid);
    for(new i=0; i < sizeof(HR313SR); i++)
    {
        if(vehicleid == HR313SR[i])
        {
            return 1;
        }
    }
    return 0;
}
Thanks! Helped me out there ^^ Running smooth now, also thanks to Flashy and Baked-Banana for giving it a try
Reply


Messages In This Thread
Got a case problem. - by oliverrud - 07.06.2010, 20:06
Re: Got a case problem. - by Flashy - 07.06.2010, 20:14
Re: Got a case problem. - by oliverrud - 07.06.2010, 20:21
Re: Got a case problem. - by Backwardsman97 - 07.06.2010, 20:25
Re: Got a case problem. - by oliverrud - 07.06.2010, 20:26
Re: Got a case problem. - by Backwardsman97 - 07.06.2010, 20:29
Re: Got a case problem. - by oliverrud - 07.06.2010, 20:34
Re: Got a case problem. - by MadeMan - 07.06.2010, 20:40
Re: Got a case problem. - by oliverrud - 07.06.2010, 20:51

Forum Jump:


Users browsing this thread: 1 Guest(s)