i dont know if this well work test it ,
addEventHandler('onVehicleEnter', root,
function (uPlayer)
if(getElementModel(getPedOccupiedVehicle(uPlayer) == 436 )) then
outputChatBox('Your Ok', source, 0, 255, 0)
else
removePedFromVehicle(getPedOccupiedVehicle(uPlayer))
outputChatBox("You are not a staff", source, 255, 0, 0 )
end
end
)
and is the script for Race ?