13.04.2011, 16:48
If I enter a Linerunner, or a SFPD car - none of these messages gets shown in the console! 

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
if (vehicleid == 403) // False
{
print("The player entered a Linerunner! ");
}
else if (vehicleid == 597) // False
{
print("The player entered a vehicle other than the linerunner!");
}
return 1;
}