27.12.2010, 17:55
i just added that last else if, ingore that sorry lol.
also
also
pawn Код:
ReturnVehicleID(vName[])//by Ryder
{
Loop(x, 211)
{
if(strfind(aVehicleNames[x], vName, true) != -1)
return x + 400;
}
return -1;
}