Car engine problem
#1

Hey, I have new problem.

So:

I wanna start MY car engine, but it wont start.

Code:
	else if( pStats[pid][pPcarkey] )
	{
	    if( CarInfo[vid][cOwner] == pStats[pid][pSQLid] ) return true;
	}
Does anybody know whatдs wrong with this?
Reply
#2

If he owns the car it returns that, you are stopping him from keeping on.
Try this:
pawn Code:
else if(pStats[pid][pPcarkey] )
    {
        if(CarInfo[vid][cOwner] == pStats[pid][pSQLid])
        {
            /* Here you need to put the engine system of yours. */
        }
    }
Reply
#3

I will try this, thanks
Reply
#4

Still nothing.

I have to start my engine but it's says: You don't have keys for this vehicle.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)