03.01.2011, 15:10
If he owns the car it returns that, you are stopping him from keeping on.
Try this:
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. */
}
}

